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 AuthenticationMode
AuthenticationMode. valueOf(java.lang.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 SecurityContext
SecurityContextFactory. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, java.lang.String programmaticMechName)
Deprecated.Instantiates and returns aSecurityContext
using 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, java.lang.String programaticMechName, SecurityContextFactory contextFactory, HttpHandler next)
SecurityInitialHandler(AuthenticationMode authenticationMode, IdentityManager identityManager, java.lang.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 SecurityContext
SecurityContextFactoryImpl. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, java.lang.String programmaticMechName)
Constructors in io.undertow.security.impl with parameters of type AuthenticationMode Constructor Description SecurityContextImpl(HttpServerExchange exchange, AuthenticationMode authenticationMode, IdentityManager identityManager)
-