Class CertClientAuthenticator
- java.lang.Object
-
- io.streamthoughts.azkarra.http.security.auth.CertClientAuthenticator
-
- All Implemented Interfaces:
Authenticator
public class CertClientAuthenticator extends Object implements Authenticator
-
-
Constructor Summary
Constructors Constructor Description CertClientAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication
authenticate(Principal principal, Credentials credentials)
Authenticates the current user for the specified principal and credentials.
-
-
-
Method Detail
-
authenticate
public Authentication authenticate(Principal principal, Credentials credentials)
Authenticates the current user for the specified principal and credentials.- Specified by:
authenticate
in interfaceAuthenticator
- Parameters:
principal
- thePrincipal
of the user to authenticate.credentials
- theCredentials
of the user to authenticate.- Returns:
- the
Authentication
instance.
-
-