Class AuthenticationManager

java.lang.Object
org.wildfly.elytron.web.undertow.server.servlet.AuthenticationManager

public class AuthenticationManager extends Object
A utility class to take relevant Elytron component instances and apply them to an Undertow DeploymentInfo to apply Elytron based authentication to a deployment.
Author:
Darran Lofthouse
  • Method Details

    • configure

      public void configure(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
      Configure the DeploymentInfo so the deployment will use Elytron security based on the parameters used to initialise this
      invalid reference
      AuthenticationManaer
      .
      Parameters:
      deploymentInfo - the DeploymentInfo to configure.
    • builder

      public static AuthenticationManager.Builder builder()