Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl | |
io.undertow.servlet.api |
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) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMode | DeploymentInfo.getAuthenticationMode() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo | DeploymentInfo.setAuthenticationMode(AuthenticationMode authenticationMode) Sets if this deployment should use pro-active authentication and always authenticate if the credentials are present or constraint driven auth which will only call the authentication mechanisms for protected resources. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.