Uses of Interface
io.undertow.security.api.SecurityContextFactory
-
Packages that use SecurityContextFactory Package Description io.undertow.security.handlers io.undertow.security.impl -
-
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
-