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.util -
-
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, for removal: This API element is subject to removal in a future version.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 default AuthenticationMechanismAuthenticationMechanismFactory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)Creates an authentication mechanism that needs access to the deployment IdentityManager and specified propertiesSecurityContextSecurityContextFactory. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName)Deprecated, for removal: This API element is subject to removal in a future version.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 AuthenticationMechanismBasicAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismClientCertAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismDigestAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismExternalAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)AuthenticationMechanismGenericHeaderAuthenticationMechanism.Factory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)SecurityContextSecurityContextFactoryImpl. createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName) -
Uses of IdentityManager in io.undertow.util
Methods in io.undertow.util with parameters of type IdentityManager Modifier and Type Method Description AuthenticationMechanismImmediateAuthenticationMechanismFactory. create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)
-