Class X509CertificateAuthentication

java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
net.devh.boot.grpc.server.security.authentication.X509CertificateAuthentication
All Implemented Interfaces:
Serializable, Principal, Authentication, CredentialsContainer

public class X509CertificateAuthentication extends AbstractAuthenticationToken
An authentication object that was created for a X509Certificate.
See Also: