Class PrincipalAuthenticator<A extends PrincipalCredentials,B extends PrincipalCredentials>

java.lang.Object
io.inverno.mod.security.authentication.AbstractPrincipalAuthenticator<A,B,PrincipalAuthentication>
io.inverno.mod.security.authentication.PrincipalAuthenticator<A,B>
Type Parameters:
A - the type of principal credentials to authenticate
B - the type of principal credentials resolved by the credentials resolver
All Implemented Interfaces:
Authenticator<A,PrincipalAuthentication>

public class PrincipalAuthenticator<A extends PrincipalCredentials,B extends PrincipalCredentials> extends AbstractPrincipalAuthenticator<A,B,PrincipalAuthentication>

An authenticator used to authenticate principal credentials.

Since:
1.5
Author:
Jeremy Kuhn
See Also: