Class AbstractX509ClientCertificateDirectGrantAuthenticator

java.lang.Object
org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateAuthenticator
org.keycloak.authentication.authenticators.x509.AbstractX509ClientCertificateDirectGrantAuthenticator
All Implemented Interfaces:
Authenticator, Provider
Direct Known Subclasses:
ValidateX509CertificateUsername

public abstract class AbstractX509ClientCertificateDirectGrantAuthenticator extends AbstractX509ClientCertificateAuthenticator
Version:
$Revision: 1 $
Author:
Peter Nalyvayko
  • Constructor Details

    • AbstractX509ClientCertificateDirectGrantAuthenticator

      public AbstractX509ClientCertificateDirectGrantAuthenticator()
  • Method Details

    • errorResponse

      public jakarta.ws.rs.core.Response errorResponse(int status, String error, String errorDescription)
    • action

      public void action(AuthenticationFlowContext context)
      Description copied from interface: Authenticator
      Called from a form action invocation.