| Package | Description |
|---|---|
| org.springframework.security.web.authentication.preauth.x509 |
X.509 client certificate authentication support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectDnX509PrincipalExtractor
Obtains the principal from a certificate using a regular expression match against the Subject (as returned by a call
to
X509Certificate.getSubjectDN()). |
| Modifier and Type | Method and Description |
|---|---|
void |
X509AuthenticationFilter.setPrincipalExtractor(X509PrincipalExtractor principalExtractor) |
Copyright © 2016. All rights reserved.