| Package | Description |
|---|---|
| io.undertow.security.api | |
| io.undertow.security.handlers | |
| io.undertow.security.impl |
| Modifier and Type | Method | Description |
|---|---|---|
IdentityManager |
SecurityContext.getIdentityManager() |
Deprecated.
Authentication mechanisms that rely on the
IdentityManager should instead hold their own reference to it. |
| Modifier and Type | Method | Description |
|---|---|---|
SecurityContext |
SecurityContextFactory.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName) |
Deprecated.
Instantiates and returns a
SecurityContext using the specified parameters. |
| Constructor | Description |
|---|---|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
HttpHandler next) |
|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
SecurityContextFactory contextFactory,
HttpHandler next) |
|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
HttpHandler next) |
| Modifier and Type | Method | Description |
|---|---|---|
IdentityManager |
SecurityContextImpl.getIdentityManager() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
SecurityContext |
SecurityContextFactoryImpl.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName) |
Copyright © 2018. All rights reserved.