Uses of Class
alpine.auth.AlpineAuthenticationException
-
Packages that use AlpineAuthenticationException Package Description alpine.auth This package contains authentication and authorization related classes. -
-
Uses of AlpineAuthenticationException in alpine.auth
Methods in alpine.auth that throw AlpineAuthenticationException Modifier and Type Method Description PrincipalAuthenticator. authenticate()Attempts to authenticate the credentials internally first and if not successful, checks to see if LDAP is enabled or not.PrincipalLdapAuthenticationService. authenticate()Authenticates the username/password combo against the directory service and returns a Principal if authentication is successful.PrincipalManagedUserAuthenticationService. authenticate()Authenticates the username/password combo against the directory service and returns a Principal if authentication is successful.PrincipalOidcAuthenticationService. authenticate()
-