Uses of Class
eu.rarogsoftware.rarog.platform.api.user.management.StandardUser
Packages that use StandardUser
Package
Description
-
Uses of StandardUser in eu.rarogsoftware.rarog.platform.api.security.mfa
Methods in eu.rarogsoftware.rarog.platform.api.security.mfa that return types with arguments of type StandardUserModifier and TypeMethodDescriptionMfaMethod.condition()
Returns the value of thecondition
record component.Methods in eu.rarogsoftware.rarog.platform.api.security.mfa with parameters of type StandardUserModifier and TypeMethodDescriptionMfaService.getMethodsForUser
(StandardUser standardUser) boolean
MfaService.isMfaConfiguredForUser
(StandardUser user) boolean
MfaService.isMfaEnabledForUser
(StandardUser user) Method parameters in eu.rarogsoftware.rarog.platform.api.security.mfa with type arguments of type StandardUserConstructor parameters in eu.rarogsoftware.rarog.platform.api.security.mfa with type arguments of type StandardUser -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.api.user.management
Methods in eu.rarogsoftware.rarog.platform.api.user.management that return StandardUserModifier and TypeMethodDescriptionStandardUserBuilder.build()
Get user for provided idGet user with provided usernameMethods in eu.rarogsoftware.rarog.platform.api.user.management with parameters of type StandardUserModifier and TypeMethodDescriptionUserManager.createUser
(StandardUser user) Create a new user with the supplied details.void
UserManager.updateUser
(StandardUser user) Update the specified user. -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.app.rest
Methods in eu.rarogsoftware.rarog.platform.app.rest with parameters of type StandardUserModifier and TypeMethodDescription(package private) org.springframework.http.ResponseEntity<MyAccountRestController.GenericResponse>
MyAccountRestController.changePassword
(MyAccountRestController.PasswordChangeRequest request, StandardUser rarogUser, org.springframework.security.core.Authentication authentication) (package private) MyAccountRestController.AccountSettings
MyAccountRestController.getCurrentAccountSettings
(StandardUser rarogUser, org.springframework.security.core.Authentication authentication) RestLoginController.showSuccessfulLoginInfo
(StandardUser user) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.app.rest.security
Methods in eu.rarogsoftware.rarog.platform.app.rest.security with parameters of type StandardUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MfaRecoveryCodeLoginResource.RecoveryCodeResultBean>
MfaRecoveryCodeLoginResource.loginWithRecoveryCode
(jakarta.servlet.http.HttpServletRequest request, MfaRecoveryCodeLoginResource.RecoveryCodeBean recoveryCodeBean, StandardUser user) MfaController.mfaMethodList
(StandardUser user) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.app.security
Methods in eu.rarogsoftware.rarog.platform.app.security with parameters of type StandardUserModifier and TypeMethodDescriptionSpringLoginAttemptService.getLoginAttempts
(StandardUser user, int numberOfAttempts) SpringLoginAttemptService.getLoginAttempts
(StandardUser user, Range<Instant> range) void
SpringLoginAttemptService.registerAttempt
(StandardUser user, LoginAttemptService.LoginAttempt loginAttempt) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.core.security
Methods in eu.rarogsoftware.rarog.platform.core.security that return StandardUserModifier and TypeMethodDescriptionprotected StandardUser
ApplicationUserManager.createApplicationUser
(org.springframework.security.core.userdetails.UserDetails user) Methods in eu.rarogsoftware.rarog.platform.core.security with parameters of type StandardUserModifier and TypeMethodDescriptionLoginAttemptService.getLoginAttempts
(StandardUser user, int numberOfAttempts) LoginAttemptService.getLoginAttempts
(StandardUser user, Range<Instant> range) void
LoginAttemptService.registerAttempt
(StandardUser user, LoginAttemptService.LoginAttempt loginAttempt) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.core.user.management
Methods in eu.rarogsoftware.rarog.platform.core.user.management that return StandardUserModifier and TypeMethodDescriptionMethods in eu.rarogsoftware.rarog.platform.core.user.management with parameters of type StandardUserModifier and TypeMethodDescriptionSimpleUserManager.createUser
(StandardUser user) void
SimpleUserManager.updateUser
(StandardUser user) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.plugins.pat
Methods in eu.rarogsoftware.rarog.platform.plugins.pat with parameters of type StandardUserModifier and TypeMethodDescriptionDefaultTokenService.createUserToken
(StandardUser user, String name, Instant expiration, List<String> grantedAuthorities) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.plugins.pat.api
Methods in eu.rarogsoftware.rarog.platform.plugins.pat.api with parameters of type StandardUserModifier and TypeMethodDescriptionTokenService.createUserToken
(StandardUser user, String name, Instant expiration, List<String> grantedAuthorities) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.plugins.pat.rest
Methods in eu.rarogsoftware.rarog.platform.plugins.pat.rest with parameters of type StandardUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TokenControllerHelper.TokenCreatedData>
UserTokenController.createToken
(StandardUser user, boolean doNotTranslate, UserTokenController.CreateTokenRequest createTokenRequest) org.springframework.http.ResponseEntity<List<TokenControllerHelper.TokenDisplayData>>
UserTokenController.getCurrentUserTokens
(StandardUser user, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<TokenMetadata>
UserTokenController.getTokenMetadata
(StandardUser standardUser) org.springframework.http.ResponseEntity
UserTokenController.removeToken
(Long tokenId, StandardUser user) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.security.mfa
Methods in eu.rarogsoftware.rarog.platform.security.mfa with parameters of type StandardUserModifier and TypeMethodDescriptionDefaultMfaService.getMethodsForUser
(StandardUser standardUser) boolean
DefaultMfaService.isMfaConfiguredForUser
(StandardUser user) boolean
DefaultMfaService.isMfaEnabledForUser
(StandardUser user) -
Uses of StandardUser in eu.rarogsoftware.rarog.platform.security.mfa.recovery
Methods in eu.rarogsoftware.rarog.platform.security.mfa.recovery with parameters of type StandardUserModifier and TypeMethodDescriptionDefaultRecoveryCodesService.generateRecoveryCodes
(StandardUser user) RecoveryCodesService.generateRecoveryCodes
(StandardUser user) int
DbRecoveryCodesStore.getCodesCount
(StandardUser user) int
RecoveryCodesStore.getCodesCount
(StandardUser user) boolean
DbRecoveryCodesStore.removeCode
(StandardUser user, String code) boolean
RecoveryCodesStore.removeCode
(StandardUser user, String code) void
DbRecoveryCodesStore.replaceCodes
(StandardUser user, List<String> codes) void
RecoveryCodesStore.replaceCodes
(StandardUser user, List<String> codes) void
DbRecoveryCodesStore.saveCodes
(StandardUser user, List<String> codes) void
RecoveryCodesStore.saveCodes
(StandardUser user, List<String> codes) DefaultRecoveryCodesService.useRecoveryCode
(StandardUser user, String recoveryCode) RecoveryCodesService.useRecoveryCode
(StandardUser user, String recoveryCode)