Interface | Description |
---|---|
HttpAuthenticateContext<S,C,D extends Enum<D>> |
Context for authentication.
|
HttpAuthenticateRequest<C> |
Request for HTTP authentication.
|
HttpAuthentication<S,C> |
Dependency interface allowing the application to check if the HTTP client is
authenticated.
|
HttpChallengeContext<D extends Enum<D>,F extends Enum<F>> |
Context for triggering a challenge.
|
HttpCredentials |
Portable interface for
HttpSecuritySource credentials. |
HttpLogoutContext<D extends Enum<D>> |
Context for logging out.
|
HttpLogoutRequest |
Request for logging out.
|
HttpRatifyContext<S,C> |
Context for ratifying authentication or verifying content available to
undertake authentication.
|
HttpSecurity |
Portable interface for
HttpSecuritySource credentials. |
HttpSecurityDependencyMetaData<D extends Enum<D>> |
Describes an object which the
HttpSecuritySource is dependent upon. |
HttpSecurityFlowMetaData<F extends Enum<F>> |
Describes a
JobSequence required by the HttpSecuritySource . |
HttpSecuritySource<S,C,D extends Enum<D>,F extends Enum<F>> |
Source for obtaining HTTP security.
|
HttpSecuritySourceContext |
Context for the
HttpSecuritySource . |
HttpSecuritySourceMetaData<S,C,D extends Enum<D>,F extends Enum<F>> |
Meta-data of the
HttpSecuritySource . |
HttpSecuritySourceProperty |
Individual property of the
HttpSecuritySourceSpecification . |
HttpSecuritySourceSpecification |
Specification of a
HttpSecuritySource . |
TaskLogoutContext |
Task logout context. |
Enum | Description |
---|---|
CompleteApplicationHttpAuthenticateTask.Dependencies |
Dependency keys.
|
CompleteApplicationHttpAuthenticateTask.Flows |
Flow keys.
|
HttpAuthenticationManagedObjectSource.Dependencies |
Dependency keys.
|
HttpAuthenticationManagedObjectSource.Flows |
Flow keys.
|
HttpSecurityManagedObjectSource.Dependencies |
Dependency keys.
|
StartApplicationHttpAuthenticateTask.Dependencies |
Dependency keys.
|
StartApplicationHttpAuthenticateTask.Flows |
Flow keys.
|
Exception | Description |
---|---|
HttpAuthenticationContinuationException |
Indicates
HttpUrlContinuation failure in HttpAuthentication . |
HttpAuthenticationRequiredException |
Escalation indicating authentication is required. |
Copyright © 2005–2016. All rights reserved.