Package | Description |
---|---|
io.undertow | |
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl | |
io.undertow.servlet.api |
Constructor and Description |
---|
LoginConfig(IdentityManager identityManager) |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
SecurityContext.getIdentityManager()
Obtain the associated
IdentityManager to use to make account verification decisions. |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContextFactory.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName)
Instantiates and returns a
SecurityContext using the specified parameters. |
Constructor and Description |
---|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
HttpHandler next) |
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
HttpHandler next) |
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
SecurityContextFactory contextFactory,
HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
SecurityContextImpl.getIdentityManager() |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContextFactoryImpl.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName) |
Constructor and Description |
---|
SecurityContextImpl(HttpServerExchange exchange,
AuthenticationMode authenticationMode,
IdentityManager identityManager) |
SecurityContextImpl(HttpServerExchange exchange,
IdentityManager identityManager) |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
DeploymentInfo.getIdentityManager() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.setIdentityManager(IdentityManager identityManager) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.