Module one.jpro.platform.auth.core
Package one.jpro.platform.auth.core.authentication
package one.jpro.platform.auth.core.authentication
-
ClassDescriptionRepresents the state of an authentication.A runtime exception thrown when authentication fails.AuthenticationProvider<T extends Credentials>Defines an authentication provider.This class allows for the aggregation of multiple authentication providers, where the authentication process can be tailored to succeed based on the success of either all (AND logic) or any (OR logic) of the included providers.Abstract representation of a Credentials object.Represents an exception that is thrown when
Credentialsvalidation fails.An Options object is used for configuration purpose.An implementation of theAuthenticationinterface to be used on the client side to create authentication objects from user data.