public class PKIHandler extends AbstractPKIHandler
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_TYPE
PKI type to use when configuring context policy.
|
crlChecker, LOGGER, SOURCE, tokenFactory
Constructor and Description |
---|
PKIHandler() |
Modifier and Type | Method and Description |
---|---|
protected BaseAuthenticationToken |
extractAuthenticationInfo(String realm,
X509Certificate[] certs) |
String |
getAuthenticationType()
Authentication type String used to match this handler with the auth types configured for a
specific context.
|
getNormalizedToken, handleError, setTokenFactory
public static final String AUTH_TYPE
protected BaseAuthenticationToken extractAuthenticationInfo(String realm, X509Certificate[] certs)
extractAuthenticationInfo
in class AbstractPKIHandler
public String getAuthenticationType()
AuthenticationHandler
getAuthenticationType
in interface AuthenticationHandler
getAuthenticationType
in class AbstractPKIHandler
This work is licensed under a Creative Commons Attribution 4.0 International License.