Modifier and Type | Method and Description |
---|---|
NullPointerException |
UndertowMessages_$bundle.sendChallengeReturnedNull(AuthenticationMechanism mechanism) |
NullPointerException |
UndertowMessages.sendChallengeReturnedNull(AuthenticationMechanism mechanism) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
AuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties)
Creates an authentication mechanism using the specified properties
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
SecurityContext.addAuthenticationMechanism(AuthenticationMechanism mechanism)
Deprecated.
This method is now only applicable to
SecurityContext implementations that also implement the AuthenticationMechanismContext interface. |
void |
AuthenticationMechanismContext.addAuthenticationMechanism(AuthenticationMechanism mechanism)
Adds an authentication mechanism to this context.
|
Constructor and Description |
---|
AuthenticationMechanismsHandler(HttpHandler next,
List<AuthenticationMechanism> authenticationMechanisms) |
AuthenticationMechanismsHandler(List<AuthenticationMechanism> authenticationHandlers) |
Modifier and Type | Class and 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 and Description |
---|---|
AuthenticationMechanism |
GenericHeaderAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
ExternalAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
DigestAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
ClientCertAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
BasicAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationMechanism> |
SecurityContextImpl.getAuthenticationMechanisms()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityContextImpl.addAuthenticationMechanism(AuthenticationMechanism handler) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
DeploymentInfo.getJaspiAuthenticationMechanism() |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationMechanism> |
Deployment.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addFirstAuthenticationMechanism(String name,
AuthenticationMechanism mechanism)
Adds an authentication mechanism directly to the deployment.
|
DeploymentInfo |
DeploymentInfo.addLastAuthenticationMechanism(String name,
AuthenticationMechanism mechanism)
Adds an authentication mechanism directly to the deployment.
|
DeploymentInfo |
DeploymentInfo.setJaspiAuthenticationMechanism(AuthenticationMechanism jaspiAuthenticationMechanism) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationMechanism> |
DeploymentImpl.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentImpl.setAuthenticationMechanisms(List<AuthenticationMechanism> authenticationMechanisms) |
Modifier and Type | Class and Description |
---|---|
class |
ServletFormAuthenticationMechanism
Servlet handler for FORM authentication.
|
class |
ServletSingleSignOnAuthenticationMechainism
Deprecated.
|
class |
ServletSingleSignOnAuthenticationMechanism
Servlet version of the single sign on authentication mechanism.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
ServletFormAuthenticationMechanism.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
ImmediateAuthenticationMechanismFactory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Constructor and Description |
---|
ImmediateAuthenticationMechanismFactory(AuthenticationMechanism authenticationMechanism) |
Modifier and Type | Class and Description |
---|---|
class |
PicketLinkAuthenticator
An authenticator that delegates actual authentication to a realm, and in turn to a security manager, by presenting a
"conventional" identity.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
PicketLinkAuthenticator.Factory.create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
IDPAuthenticationMechanism |
Modifier and Type | Class and Description |
---|---|
class |
SPFormAuthenticationMechanism
PicketLink SP Authentication Mechanism that falls back to FORM
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.