Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.handlers | |
io.undertow.security.impl | |
io.undertow.servlet.api | |
io.undertow.servlet.handlers.security |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationMechanism> |
SecurityContext.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityContext.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 AuthenticationSession 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 |
FormAuthenticationMechanism |
class |
GSSAPIAuthenticationMechanism
AuthenticationMechanism for GSSAPI / SPNEGO based authentication. |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationMechanism> |
SecurityContextImpl.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityContextImpl.addAuthenticationMechanism(AuthenticationMechanism handler) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationMechanism> |
DeploymentInfo.getAdditionalAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addAuthenticationMechanism(AuthenticationMechanism mechanism) |
DeploymentInfo |
DeploymentInfo.addAuthenticationMechanisms(AuthenticationMechanism... mechanisms) |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addAuthenticationMechanisms(Collection<AuthenticationMechanism> mechanisms) |
Modifier and Type | Class and Description |
---|---|
class |
ServletFormAuthenticationMechanism
Servlet handler for FORM authentication.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.