Uses of Enum Class
io.undertow.security.api.AuthenticationMode
Packages that use AuthenticationMode
Package
Description
-
Uses of AuthenticationMode in io.undertow.security.api
Methods in io.undertow.security.api that return AuthenticationModeModifier and TypeMethodDescriptionstatic AuthenticationModeReturns the enum constant of this class with the specified name.static AuthenticationMode[]AuthenticationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.undertow.security.api with parameters of type AuthenticationModeModifier and TypeMethodDescriptionSecurityContextFactory.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 AuthenticationModeModifierConstructorDescriptionSecurityInitialHandler(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 AuthenticationModeModifier and TypeMethodDescriptionSecurityContextFactoryImpl.createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName) Constructors in io.undertow.security.impl with parameters of type AuthenticationModeModifierConstructorDescriptionSecurityContextImpl(HttpServerExchange exchange, AuthenticationMode authenticationMode, IdentityManager identityManager)