@FunctionalInterface public interface ListenerCertificateAuthenticatorDelegate
ListenerCertificateAuthenticator to realize
specific authentication strategies.| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(List<Certificate> certs)
Authenticate a client based on the passed certificates.
|
boolean authenticate(@NonNull
List<Certificate> certs)
certs - client supplied certificates.