Uses of Enum
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 AuthenticationMode
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 AuthenticationModeModifier and TypeMethodDescriptionSecurityContextFactory.createSecurityContext
(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, 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 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)