| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.security.api | |
| io.undertow.security.handlers | |
| io.undertow.security.impl |
| Modifier and Type | Method and Description |
|---|---|
Undertow.LoginConfig |
Undertow.LoginConfig.setAuthenticationMode(AuthenticationMode authenticationMode) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMode |
AuthenticationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMode[] |
AuthenticationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
HttpHandler next) |
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
HttpHandler next) |
| Constructor and Description |
|---|
SecurityContextImpl(HttpServerExchange exchange,
AuthenticationMode authenticationMode,
IdentityManager identityManager) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.