public abstract class AbstractX509PrincipalResolver extends PersonDirectoryPrincipalResolver
logger| Constructor and Description |
|---|
AbstractX509PrincipalResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
extractPrincipalId(Credential credential) |
protected abstract String |
resolvePrincipalInternal(X509Certificate certificate)
Resolve principal internally, and return the id.
|
boolean |
supports(Credential credential) |
resolve, setAttributeRepository, setPrincipalAttributeName, setPrincipalFactory, setReturnNullIfNoAttributesprotected String extractPrincipalId(Credential credential)
extractPrincipalId in class PersonDirectoryPrincipalResolverpublic boolean supports(Credential credential)
supports in interface PrincipalResolversupports in class PersonDirectoryPrincipalResolverprotected abstract String resolvePrincipalInternal(X509Certificate certificate)
certificate - the certificateCopyright © 2004-2015 Apereo. All Rights Reserved.