Uses of Class
eu.webtoolkit.jwt.auth.AuthService
Packages that use AuthService
-
Uses of AuthService in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return AuthServiceModifier and TypeMethodDescriptionAbstractPasswordService.getBaseAuth()Returns the basic authentication service.FormBaseModel.getBaseAuth()Returns the authentication base service.OAuthService.getBaseAuth()Returns the basic authentication service.PasswordService.getBaseAuth()Constructors in eu.webtoolkit.jwt.auth with parameters of type AuthServiceModifierConstructorDescriptionAuthModel(AuthService baseAuth, AbstractUserDatabase users) Constructor.AuthWidget(AuthService baseAuth, AbstractUserDatabase users, Login login) Constructor.AuthWidget(AuthService baseAuth, AbstractUserDatabase users, Login login, WContainerWidget parentContainer) Constructor.FacebookService(AuthService baseAuth) Constructor.FormBaseModel(AuthService baseAuth, AbstractUserDatabase users) Constructor.GoogleService(AuthService baseAuth) Constructor.LostPasswordWidget(AbstractUserDatabase users, AuthService auth) Constructor.LostPasswordWidget(AbstractUserDatabase users, AuthService auth, WContainerWidget parentContainer) Constructor.OAuthService(AuthService auth) Constructor.OidcService(AuthService baseAuth) Constructor.PasswordService(AuthService baseAuth) Constructor.RegistrationModel(AuthService baseAuth, AbstractUserDatabase users, Login login) Constructor.ResendEmailVerificationWidget(User user, AuthService auth) Constructor.ResendEmailVerificationWidget(User user, AuthService auth, WContainerWidget parentContainer) Constructor. -
Uses of AuthService in eu.webtoolkit.jwt.auth.jpa
Constructors in eu.webtoolkit.jwt.auth.jpa with parameters of type AuthServiceModifierConstructorDescriptionUserDatabase(javax.persistence.EntityManager entityManager, AuthService authService) Constructor -
Uses of AuthService in eu.webtoolkit.jwt.auth.mfa
Methods in eu.webtoolkit.jwt.auth.mfa that return AuthServiceConstructors in eu.webtoolkit.jwt.auth.mfa with parameters of type AuthServiceModifierConstructorDescriptionAbstractMfaProcess(AuthService authService, AbstractUserDatabase users, Login login) Constructor.TotpProcess(AuthService authService, AbstractUserDatabase users, Login login) Constructs theTotpProcessholding the TOTP "login".