Uses of Class
systems.dennis.auth.client.entity.UserData
Packages that use UserData
Package
Description
-
Uses of UserData in systems.dennis.auth.client.utils
Methods in systems.dennis.auth.client.utils that return UserData -
Uses of UserData in systems.dennis.auth.controller
Methods in systems.dennis.auth.controller that return UserData -
Uses of UserData in systems.dennis.auth.delegations.ldap
Methods in systems.dennis.auth.delegations.ldap with type parameters of type UserDataModifier and TypeMethodDescription<T extends UserData>
TLdapAuthorization.createUser(LoginPassword loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserData in systems.dennis.auth.delegations.phone
Methods in systems.dennis.auth.delegations.phone with parameters of type UserDataModifier and TypeMethodDescriptionPhoneAuthorizationDelegator.getMessage(String code, UserData userData, systems.dennis.shared.config.WebContext.LocalWebContext context) voidPhoneAuthorizationDelegator.sendCode(String code, UserData userData, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserData in systems.dennis.auth.delegations.simple
Methods in systems.dennis.auth.delegations.simple with type parameters of type UserDataModifier and TypeMethodDescription<T extends UserData>
TAuthorizationAttemptProcessor.createUser(LoginPassword loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context) Methods in systems.dennis.auth.delegations.simple that return UserDataModifier and TypeMethodDescriptionSimpleTokenAuthorization.createUser(LoginPassword loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserData in systems.dennis.auth.delegations.virtual
Methods in systems.dennis.auth.delegations.virtual that return UserDataModifier and TypeMethodDescriptionDirectUserLoginAuthorization.createUser(LoginPassword loginPassword, systems.dennis.shared.config.WebContext.LocalWebContext context) -
Uses of UserData in systems.dennis.auth.repository
Methods in systems.dennis.auth.repository that return types with arguments of type UserData -
Uses of UserData in systems.dennis.auth.service
Methods in systems.dennis.auth.service that return UserDataMethods in systems.dennis.auth.service that return types with arguments of type UserDataModifier and TypeMethodDescriptionProfilePageService.findByEmail(String email) ProfilePageService.findByLogin(String login) RoleServiceImpl.usersByRole(Long roleId) Methods in systems.dennis.auth.service with parameters of type UserDataModifier and TypeMethodDescriptionvoidvoidProfilePageService.checkVerifiedUser(UserData user, systems.dennis.shared.scopes.model.ScopeModel scope) voidVerificationTokenService.deleteActiveTokens(UserData userData) UserInScopeService.generateAndSave(UserData user, systems.dennis.shared.scopes.model.ScopeModel scope) systems.dennis.shared.scopes.model.ScopeModelAuthScopeService.generateAndSaveUserScope(UserData userData) UserInScopeService.getByUserAndScope(UserData user, systems.dennis.shared.scopes.model.ScopeModel scope) booleanUserInScopeService.isRelationExist(UserData user, systems.dennis.shared.scopes.model.ScopeModel scope) voidUserInScopeService.sendVerificationEmail(systems.dennis.shared.scopes.model.ScopeModel scope, UserData userData) -
Uses of UserData in systems.dennis.auth.util
Methods in systems.dennis.auth.util with parameters of type UserData