Class KeycloakServletExtension

  • All Implemented Interfaces:
    io.undertow.servlet.ServletExtension

    public class KeycloakServletExtension
    extends Object
    implements io.undertow.servlet.ServletExtension
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Field Detail

      • log

        protected static org.jboss.logging.Logger log
    • Constructor Detail

      • KeycloakServletExtension

        public KeycloakServletExtension()
    • Method Detail

      • isAuthenticationMechanismPresent

        public boolean isAuthenticationMechanismPresent​(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
                                                        String mechanismName)
      • handleDeployment

        public void handleDeployment​(io.undertow.servlet.api.DeploymentInfo deploymentInfo,
                                     javax.servlet.ServletContext servletContext)
        Specified by:
        handleDeployment in interface io.undertow.servlet.ServletExtension
      • getErrorPage

        protected String getErrorPage​(io.undertow.servlet.api.DeploymentInfo deploymentInfo)