public class JASPICSecurityContextFactory extends Object implements io.undertow.security.api.SecurityContextFactory
A SecurityContextFactory implementation that creates JASPICSecurityContext
instances.
| Constructor and Description |
|---|
JASPICSecurityContextFactory(String securityDomain)
Creates an instance of
JASPICSecurityContextFactory with the specified security domain. |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.api.SecurityContext |
createSecurityContext(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.AuthenticationMode mode,
io.undertow.security.idm.IdentityManager identityManager,
String programmaticMechName) |
public JASPICSecurityContextFactory(String securityDomain)
Creates an instance of JASPICSecurityContextFactory with the specified security domain.
securityDomain - the security domain that is to be set in all created JASPICSecurityContext instances.public io.undertow.security.api.SecurityContext createSecurityContext(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.AuthenticationMode mode,
io.undertow.security.idm.IdentityManager identityManager,
String programmaticMechName)
createSecurityContext in interface io.undertow.security.api.SecurityContextFactoryCopyright © 2019 JBoss by Red Hat. All rights reserved.