Uses of Interface
io.undertow.security.idm.IdentityManager
-
Packages that use IdentityManager Package Description io.undertow.security.api io.undertow.security.handlers io.undertow.security.impl io.undertow.servlet.api io.undertow.servlet.handlers.security -
-
Uses of IdentityManager in io.undertow.security.api
Methods in io.undertow.security.api that return IdentityManager Modifier and Type Method Description IdentityManagerSecurityContext. getIdentityManager()Deprecated.Authentication mechanisms that rely on theIdentityManagershould instead hold their own reference to it.Methods in io.undertow.security.api with parameters of type IdentityManager 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 IdentityManager in io.undertow.security.handlers
Constructors in io.undertow.security.handlers with parameters of type IdentityManager 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 IdentityManager in io.undertow.security.impl
Methods in io.undertow.security.impl that return IdentityManager Modifier and Type Method Description IdentityManagerSecurityContextImpl. getIdentityManager()Deprecated.Methods in io.undertow.security.impl with parameters of type IdentityManager Modifier and Type Method Description SecurityContextSecurityContextFactoryImpl. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName) -
Uses of IdentityManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return IdentityManager Modifier and Type Method Description IdentityManagerDeploymentInfo. getIdentityManager()Methods in io.undertow.servlet.api with parameters of type IdentityManager Modifier and Type Method Description DeploymentInfoDeploymentInfo. setIdentityManager(IdentityManager identityManager) -
Uses of IdentityManager in io.undertow.servlet.handlers.security
Constructors in io.undertow.servlet.handlers.security with parameters of type IdentityManager Constructor Description Factory(IdentityManager identityManager)ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, IdentityManager identityManager)ServletFormAuthenticationMechanism(FormParserFactory formParserFactory, String name, String loginPage, String errorPage, IdentityManager identityManager, boolean saveOriginalRequest)
-