| Package | Description |
|---|---|
| io.undertow.security.api | |
| io.undertow.security.handlers | |
| io.undertow.security.impl |
| 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 AuthenticationSessions. |
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) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.