Package | Description |
---|---|
io.undertow | |
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl | |
io.undertow.util |
Modifier and Type | Method | Description |
---|---|---|
NullPointerException |
UndertowMessages_$bundle.sendChallengeReturnedNull(AuthenticationMechanism mechanism) |
|
NullPointerException |
UndertowMessages.sendChallengeReturnedNull(AuthenticationMechanism mechanism) |
Modifier and Type | Method | Description |
---|---|---|
AuthenticationMechanism |
AuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Creates an authentication mechanism using the specified properties
|
Modifier and Type | Method | Description |
---|---|---|
List<AuthenticationMechanism> |
SecurityContext.getAuthenticationMechanisms() |
Deprecated.
Obtaining lists of mechanisms is discouraged, however there should not be a need to call this anyway.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AuthenticationMechanismContext.addAuthenticationMechanism(AuthenticationMechanism mechanism) |
Adds an authentication mechanism to this context.
|
void |
SecurityContext.addAuthenticationMechanism(AuthenticationMechanism mechanism) |
Deprecated.
This method is now only applicable to
SecurityContext implementations that also implement the AuthenticationMechanismContext interface. |
Constructor | Description |
---|---|
AuthenticationMechanismsHandler(HttpHandler next,
List<AuthenticationMechanism> authenticationMechanisms) |
|
AuthenticationMechanismsHandler(List<AuthenticationMechanism> authenticationHandlers) |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicAuthenticationMechanism |
The authentication handler responsible for BASIC authentication as described by RFC2617
|
class |
CachedAuthenticatedSessionMechanism |
An
AuthenticationMechanism which uses any cached AuthenticatedSessionManager.AuthenticatedSession s. |
class |
ClientCertAuthenticationMechanism |
The Client Cert based authentication mechanism.
|
class |
DigestAuthenticationMechanism |
HttpHandler to handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional
algorithms to be used. |
class |
ExternalAuthenticationMechanism |
Authentication mechanism that uses an externally provided principal.
|
class |
FormAuthenticationMechanism |
|
class |
GenericHeaderAuthenticationMechanism |
A authentication mechanism that requires the presence of two headers in the request.
|
class |
GSSAPIAuthenticationMechanism |
AuthenticationMechanism for GSSAPI / SPNEGO based authentication. |
class |
SingleSignOnAuthenticationMechanism |
Authenticator that can be used to configure single sign on.
|
Modifier and Type | Method | Description |
---|---|---|
AuthenticationMechanism |
BasicAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
ClientCertAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
DigestAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
ExternalAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
|
AuthenticationMechanism |
GenericHeaderAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Modifier and Type | Method | Description |
---|---|---|
List<AuthenticationMechanism> |
SecurityContextImpl.getAuthenticationMechanisms() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SecurityContextImpl.addAuthenticationMechanism(AuthenticationMechanism handler) |
Modifier and Type | Method | Description |
---|---|---|
AuthenticationMechanism |
ImmediateAuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Constructor | Description |
---|---|
ImmediateAuthenticationMechanismFactory(AuthenticationMechanism authenticationMechanism) |
Copyright © 2018. All rights reserved.