Modifier and Type | Method and Description |
---|---|
NullPointerException | UndertowMessages.sendChallengeReturnedNull(AuthenticationMechanism mechanism) |
NullPointerException | UndertowMessages_$bundle.sendChallengeReturnedNull(AuthenticationMechanism mechanism) |
Modifier and Type | Method and Description |
---|---|
default AuthenticationMechanism | AuthenticationMechanismFactory.create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties) Deprecated. |
default AuthenticationMechanism | AuthenticationMechanismFactory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) Creates an authentication mechanism that needs access to the deployment IdentityManager and 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 | 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 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, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) |
AuthenticationMechanism | ClientCertAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) |
AuthenticationMechanism | BasicAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) |
AuthenticationMechanism | ExternalAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) |
AuthenticationMechanism | DigestAuthenticationMechanism.Factory.create(String mechanismName, IdentityManager identityManager, 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, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism | ImmediateAuthenticationMechanismFactory.create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties) |
Constructor and Description |
---|
ImmediateAuthenticationMechanismFactory(AuthenticationMechanism authenticationMechanism) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.