Uses of Class
alpine.server.auth.AlpineAuthenticationException
Packages that use AlpineAuthenticationException
Package
Description
This package contains authentication and authorization related classes.
-
Uses of AlpineAuthenticationException in alpine.server.auth
Methods in alpine.server.auth that throw AlpineAuthenticationExceptionModifier and TypeMethodDescriptionAuthenticator.authenticate()Attempts to authenticate the credentials internally first and if not successful, checks to see if LDAP is enabled or not.LdapAuthenticationService.authenticate()Authenticates the username/password combo against the directory service and returns a Principal if authentication is successful.ManagedUserAuthenticationService.authenticate()Authenticates the username/password combo against the directory service and returns a Principal if authentication is successful.OidcAuthenticationService.authenticate()Authenticate aPrincipalusing the provided credentials.