org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.addContextInRight(@NotEmpty String _roleName,
@NotEmpty String _rightName,
@NotEmpty String _context) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.addGroup(AddGroupOrRoleDto newGroup) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.addGroupInRole(@NotEmpty String _groupName,
@NotEmpty String _roleName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.addRightInRole(@NotEmpty String _roleName,
@NotEmpty String _rightName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.addRole(AddGroupOrRoleDto newRole) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.addUserInGroup(@NotEmpty String _userUUID,
@NotEmpty String _groupName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerMe.changeMyPassword(ChangeMyPasswordDto chPasswordDto,
javax.servlet.http.HttpServletRequest request) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerMe.confirmTOTP(ValidationSetupTOTPDto setupDto,
javax.servlet.http.HttpServletRequest request) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.disableUser(@NotEmpty String _uuid) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.enableUser(@NotEmpty String _uuid) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeContextInRight(@NotEmpty String _roleName,
@NotEmpty String _rightName,
@NotEmpty String _context) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeGroup(@NotEmpty String _groupName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeGroupInRole(@NotEmpty String _groupName,
@NotEmpty String _roleName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeRightInRole(@NotEmpty String _roleName,
@NotEmpty String _rightName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeRole(@NotEmpty String _roleName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerMe.removeTOTP(ValidationTOTPDto validationDto,
javax.servlet.http.HttpServletRequest request) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeUser(@NotEmpty String _uuid) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.removeUserInGroup(@NotEmpty String _userUUID,
@NotEmpty String _groupName) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.renameGroup(RenameGroupOrRoleDto renameGroup) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.renameRole(RenameGroupOrRoleDto renameRole) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.resetUserLogonTrials(@NotEmpty String _uuid) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.setGroupDescription(AddGroupOrRoleDto changeGroup) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerMe.setPrivacy(UserPrivacyDto userPrivacyDto,
javax.servlet.http.HttpServletRequest request) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.setRoleDescription(AddGroupOrRoleDto changeRole) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.setRoleOnlyForClient(@NotEmpty String _roleName,
ChangeIPDto setIp) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.setUserPrivacy(UserPrivacyDto userPrivacyDto,
@NotEmpty String _userUUID) |
|
org.springframework.http.ResponseEntity<BaseRepresentationModel> |
RestControllerUser.switchUserMustResetPassword(@NotEmpty String _uuid) |
|