Uses of Class
eu.webtoolkit.jwt.auth.AuthService
-
Uses of AuthService in eu.webtoolkit.jwt.auth
Modifier and TypeMethodDescriptionAbstractPasswordService.getBaseAuth()
Returns the basic authentication service.FormBaseModel.getBaseAuth()
Returns the authentication base service.OAuthService.getBaseAuth()
Returns the basic authentication service.PasswordService.getBaseAuth()
ModifierConstructorDescriptionAuthModel
(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
ModifierConstructorDescriptionUserDatabase
(javax.persistence.EntityManager entityManager, AuthService authService) Constructor -
Uses of AuthService in eu.webtoolkit.jwt.auth.mfa
ModifierConstructorDescriptionAbstractMfaProcess
(AuthService authService, AbstractUserDatabase users, Login login) Constructor.TotpProcess
(AuthService authService, AbstractUserDatabase users, Login login) Constructs theTotpProcess
holding the TOTP "login".