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 -
-
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, for removal: This API element is subject to removal in a future version.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)
-