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 UndertowDeploymentInfoto apply Elytron based authentication to a deployment.- Author:
- Darran Lofthouse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthenticationManager.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationManager.Builderbuilder()voidconfigure(io.undertow.servlet.api.DeploymentInfo deploymentInfo)Configure theDeploymentInfoso the deployment will use Elytron security based on the parameters used to initialise thisAuthenticationManaer.
-
-
-
Method Detail
-
configure
public void configure(io.undertow.servlet.api.DeploymentInfo deploymentInfo)
Configure theDeploymentInfoso the deployment will use Elytron security based on the parameters used to initialise thisAuthenticationManaer.- Parameters:
deploymentInfo- theDeploymentInfoto configure.
-
builder
public static AuthenticationManager.Builder builder()
-
-