Class 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 Detail

      • 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 AuthenticationManaer.
        Parameters:
        deploymentInfo - the DeploymentInfo to configure.