Class ClientCertAuthenticationMechanism

java.lang.Object
io.undertow.security.impl.ClientCertAuthenticationMechanism
All Implemented Interfaces:
AuthenticationMechanism

public class ClientCertAuthenticationMechanism extends Object implements AuthenticationMechanism
The Client Cert based authentication mechanism.

When authenticate is called the current request is checked to see if it a SSL request, this is further checked to identify if the client has been verified at the SSL level.

Author:
Darran Lofthouse