Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContextFactory.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName)
Deprecated.
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 |
---|---|
SecurityContext |
SecurityContextFactoryImpl.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName) |
Constructor and Description |
---|
SecurityContextImpl(HttpServerExchange exchange,
AuthenticationMode authenticationMode,
IdentityManager identityManager) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.