Uses of Interface
io.undertow.security.api.SecurityContextFactory
-
Packages that use SecurityContextFactory Package Description io.undertow.security.handlers io.undertow.security.impl io.undertow.servlet.api -
-
Uses of SecurityContextFactory in io.undertow.security.handlers
Constructors in io.undertow.security.handlers with parameters of type SecurityContextFactory Constructor Description SecurityInitialHandler(AuthenticationMode authenticationMode, IdentityManager identityManager, String programaticMechName, SecurityContextFactory contextFactory, HttpHandler next) -
Uses of SecurityContextFactory in io.undertow.security.impl
Classes in io.undertow.security.impl that implement SecurityContextFactory Modifier and Type Class Description classSecurityContextFactoryImplDefaultSecurityContextFactoryimplementation.Fields in io.undertow.security.impl declared as SecurityContextFactory Modifier and Type Field Description static SecurityContextFactorySecurityContextFactoryImpl. INSTANCE -
Uses of SecurityContextFactory in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SecurityContextFactory Modifier and Type Method Description SecurityContextFactoryDeploymentInfo. getSecurityContextFactory()Methods in io.undertow.servlet.api with parameters of type SecurityContextFactory Modifier and Type Method Description DeploymentInfoDeploymentInfo. setSecurityContextFactory(SecurityContextFactory securityContextFactory)
-