Interface | Description |
---|---|
HttpClientCallback |
Implementations are responsible for prompting the user for his credentials.
|
Class | Description |
---|---|
AbstractHttpClientCallback |
A base class for
HttpClientCallback implementations, providing a default set of configurable filters to
accept the request. |
Base64CallbackHandler |
Base 64 callback handler supporting Basic authentication.
|
BasicClientCallback |
Sends HTTP basic authentication headers.
|
CompositeCallback | Deprecated
since 4.5 - not needed anymore.
|
CredentialsCallbackHandler |
A JAAS
CallbackHandler using plain text passwords. |
FormClientCallback |
Renders a login form using Freemarker and the template configured with
FormClientCallback.loginForm . |
PlainTextCallbackHandler |
Plain text callback handler supporting Form based authentication.
|
RealmCallback | Deprecated |
RedirectClientCallback |
An HttpClientCallback implementation which redirects to a configured path or URL.
|
UserCallback |
Used to transport the created User object back.
|
Copyright © 2003–2019 Magnolia International Ltd.. All rights reserved.