| Interface | Description |
|---|---|
| AuthParam |
An authentication parameter used to encapsulate a
request and response objects.
|
| ClientAuthContext |
This ClientAuthContext class manages AuthModules that may be used
to secure requests made as a client.
|
| ClientAuthModule |
This interface describes a module that can be configured
for a ClientAuthContext.
|
| DependentCallbackHandler |
A marker interface that may be implemented by a CallBackHandler.
|
| ServerAuthContext |
This ServerAuthContext class manages AuthModules that may be used
to validate client requests.
|
| ServerAuthModule |
This interface describes a module that can be configured
for a ServerAuthContext.
|
| Class | Description |
|---|---|
| AuthConfig |
This class manages the configuration AuthModules.
|
| AuthPolicy | |
| HttpServletAuthParam |
An HTTP Servlet authentication parameter that encapsulates
HTTP Servlet request and response objects.
|
| Exception | Description |
|---|---|
| AuthException |
A generic authentication exception.
|
| FailureException |
Authentication failed.
|
| PendingException |
Authentication is pending.
|
Copyright © 2017. All rights reserved.