@FunctionalInterface public interface ClientCertificateValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(Subject subject,
X500Principal principal,
X509Certificate certificate) |
boolean isValid(Subject subject, X500Principal principal, X509Certificate certificate)
subject - The Subject object for the authentication request.principal - The Principal object from the user certificate.certificate - The user certificate that was presented in the request.LoginException will be thrown.Copyright © 2022. All rights reserved.