Interface X509PrincipalExtractor
- All Known Implementing Classes:
SubjectDnX509PrincipalExtractor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Obtains the principal from an X509Certificate for use within the framework.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the principal (usually a String) for the given certificate.
-
Method Details
-
extractPrincipal
Returns the principal (usually a String) for the given certificate.
-