@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class ClosureX509PrincipalExtractor extends java.lang.Object implements MessageSourceAware, X509PrincipalExtractor
| Modifiers | Name | Description |
|---|---|---|
protected MessageSourceAccessor |
messages |
| Type | Name and description |
|---|---|
groovy.lang.Closure<?> |
closureDependency injection for the closure to use to extract the username. |
| Constructor and description |
|---|
ClosureX509PrincipalExtractor() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
extractPrincipal(java.security.cert.X509Certificate clientCert) |
|
void |
setMessageSource(MessageSource messageSource)Dependency injection for the message source. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Dependency injection for the closure to use to extract the username.
Dependency injection for the message source.
messageSource - the message source