Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl |
Modifier and Type | Method | Description |
---|---|---|
IdentityManager |
SecurityContext.getIdentityManager() |
Deprecated.
Authentication mechanisms that rely on the
IdentityManager should instead hold their own reference to it. |
Modifier and Type | Method | Description |
---|---|---|
SecurityContext |
SecurityContextFactory.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
java.lang.String programmaticMechName) |
Deprecated.
Instantiates and returns a
SecurityContext using the specified parameters. |
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) |
Modifier and Type | Method | Description |
---|---|---|
IdentityManager |
SecurityContextImpl.getIdentityManager() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
SecurityContext |
SecurityContextFactoryImpl.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
java.lang.String programmaticMechName) |
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) |
Copyright © 2018. All rights reserved.