Uses of Class
io.undertow.security.api.AuthenticationMode
-
Packages that use AuthenticationMode Package Description io.undertow.security.api io.undertow.security.handlers io.undertow.security.impl io.undertow.servlet.api -
-
Uses of AuthenticationMode in io.undertow.security.api
Methods in io.undertow.security.api that return AuthenticationMode Modifier and Type Method Description static AuthenticationModeAuthenticationMode. 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.Methods in io.undertow.security.api with parameters of type AuthenticationMode Modifier and Type Method Description SecurityContextSecurityContextFactory. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName)Deprecated.Instantiates and returns aSecurityContextusing the specified parameters. -
Uses of AuthenticationMode in io.undertow.security.handlers
Constructors in io.undertow.security.handlers with parameters of type AuthenticationMode 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) -
Uses of AuthenticationMode in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type AuthenticationMode Modifier and Type Method Description SecurityContextSecurityContextFactoryImpl. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName)Constructors in io.undertow.security.impl with parameters of type AuthenticationMode Constructor Description SecurityContextImpl(HttpServerExchange exchange, AuthenticationMode authenticationMode, IdentityManager identityManager) -
Uses of AuthenticationMode in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return AuthenticationMode Modifier and Type Method Description AuthenticationModeDeploymentInfo. getAuthenticationMode()Methods in io.undertow.servlet.api with parameters of type AuthenticationMode Modifier and Type Method Description DeploymentInfoDeploymentInfo. 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.
-