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 -
-
Uses of IdentityManager in io.undertow.security.api
Methods in io.undertow.security.api that return IdentityManager Modifier and Type Method Description IdentityManager
SecurityContext. getIdentityManager()
Deprecated.Authentication mechanisms that rely on theIdentityManager
should instead hold their own reference to it.Methods in io.undertow.security.api with parameters of type IdentityManager 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 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, java.lang.String programaticMechName, SecurityContextFactory contextFactory, HttpHandler next)
SecurityInitialHandler(AuthenticationMode authenticationMode, IdentityManager identityManager, java.lang.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 IdentityManager
SecurityContextImpl. getIdentityManager()
Deprecated.Methods in io.undertow.security.impl with parameters of type IdentityManager 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 IdentityManager Constructor Description BasicAuthenticationMechanism(java.lang.String realmName, java.lang.String mechanismName, boolean silent, IdentityManager identityManager)
BasicAuthenticationMechanism(java.lang.String realmName, java.lang.String mechanismName, boolean silent, IdentityManager identityManager, java.nio.charset.Charset charset, java.util.Map<java.util.regex.Pattern,java.nio.charset.Charset> userAgentCharsets)
CachedAuthenticatedSessionMechanism(IdentityManager identityManager)
ClientCertAuthenticationMechanism(java.lang.String mechanismName, boolean forceRenegotiation, IdentityManager identityManager)
DigestAuthenticationMechanism(java.lang.String realmName, java.lang.String domain, java.lang.String mechanismName, IdentityManager identityManager)
DigestAuthenticationMechanism(java.util.List<DigestAlgorithm> supportedAlgorithms, java.util.List<DigestQop> supportedQops, java.lang.String realmName, java.lang.String domain, NonceManager nonceManager, java.lang.String mechanismName, IdentityManager identityManager)
ExternalAuthenticationMechanism(java.lang.String name, IdentityManager identityManager)
Factory(IdentityManager identityManager)
Factory(IdentityManager identityManager)
Factory(IdentityManager identityManager)
Factory(IdentityManager identityManager)
Factory(IdentityManager identityManager)
FormAuthenticationMechanism(FormParserFactory formParserFactory, java.lang.String name, java.lang.String loginPage, java.lang.String errorPage, IdentityManager identityManager)
FormAuthenticationMechanism(FormParserFactory formParserFactory, java.lang.String name, java.lang.String loginPage, java.lang.String errorPage, java.lang.String postLocation, IdentityManager identityManager)
GenericHeaderAuthenticationMechanism(java.lang.String mechanismName, java.util.List<HttpString> identityHeaders, java.util.List<java.lang.String> sessionCookieNames, IdentityManager identityManager)
GSSAPIAuthenticationMechanism(GSSAPIServerSubjectFactory subjectFactory, IdentityManager identityManager, org.ietf.jgss.Oid... supportedMechanisms)
SecurityContextImpl(HttpServerExchange exchange, AuthenticationMode authenticationMode, IdentityManager identityManager)
SecurityContextImpl(HttpServerExchange exchange, IdentityManager identityManager)
SingleSignOnAuthenticationMechanism(SingleSignOnManager storage, IdentityManager identityManager)
-