| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.security.api | |
| io.undertow.security.handlers | |
| io.undertow.security.impl |
| Constructor and Description |
|---|
Undertow.LoginConfig(IdentityManager identityManager) |
| Modifier and Type | Method and Description |
|---|---|
IdentityManager |
SecurityContext.getIdentityManager()
Obtain the associated
IdentityManager to use to make account verification decisions. |
| Constructor and Description |
|---|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
HttpHandler next) |
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
IdentityManager |
SecurityContextImpl.getIdentityManager() |
| Constructor and Description |
|---|
SecurityContextImpl(HttpServerExchange exchange,
AuthenticationMode authenticationMode,
IdentityManager identityManager) |
SecurityContextImpl(HttpServerExchange exchange,
IdentityManager identityManager) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.