Class UndertowAuthenticationMechanism

java.lang.Object
org.keycloak.adapters.undertow.AbstractUndertowKeycloakAuthMech
org.keycloak.adapters.undertow.UndertowAuthenticationMechanism
All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanism

public class UndertowAuthenticationMechanism extends AbstractUndertowKeycloakAuthMech
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • nodesRegistrationManagement

      protected NodesRegistrationManagement nodesRegistrationManagement
    • confidentialPort

      protected int confidentialPort
  • Constructor Details

  • Method Details

    • authenticate

      public io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext)