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 theconditionrecord component.Methods in eu.rarogsoftware.rarog.platform.api.security.mfa with parameters of type StandardUserModifier and TypeMethodDescriptionMfaService.getMethodsForUser(StandardUser standardUser) booleanMfaService.isMfaConfiguredForUser(StandardUser user) booleanMfaService.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.voidUserManager.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.AccountSettingsMyAccountRestController.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) voidSpringLoginAttemptService.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 StandardUserApplicationUserManager.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) voidLoginAttemptService.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) voidSimpleUserManager.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.ResponseEntityUserTokenController.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) booleanDefaultMfaService.isMfaConfiguredForUser(StandardUser user) booleanDefaultMfaService.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) intDbRecoveryCodesStore.getCodesCount(StandardUser user) intRecoveryCodesStore.getCodesCount(StandardUser user) booleanDbRecoveryCodesStore.removeCode(StandardUser user, String code) booleanRecoveryCodesStore.removeCode(StandardUser user, String code) voidDbRecoveryCodesStore.replaceCodes(StandardUser user, List<String> codes) voidRecoveryCodesStore.replaceCodes(StandardUser user, List<String> codes) voidDbRecoveryCodesStore.saveCodes(StandardUser user, List<String> codes) voidRecoveryCodesStore.saveCodes(StandardUser user, List<String> codes) DefaultRecoveryCodesService.useRecoveryCode(StandardUser user, String recoveryCode) RecoveryCodesService.useRecoveryCode(StandardUser user, String recoveryCode)