Package | Description |
---|---|
info.magnolia.cms.security | |
info.magnolia.cms.security.auth.callback |
JAAS and Client callbacks
|
Modifier and Type | Method and Description |
---|---|
protected HttpClientCallback |
SecurityCallbackFilter.selectClientCallback(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
List<HttpClientCallback> |
SecurityCallbackFilter.getClientCallbacks() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityCallbackFilter.addClientCallback(HttpClientCallback clientCallback) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityCallbackFilter.setClientCallbacks(List<HttpClientCallback> clientCallbacks) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClientCallback
A base class for
HttpClientCallback implementations, providing a default set of configurable filters to
accept the request. |
class |
BasicClientCallback
Sends HTTP basic authentication headers.
|
class |
CompositeCallback
Deprecated.
since 4.5 - not needed anymore. The
SecurityCallbackFilter can
be configured to accept multiple HttpClientCallback s, and the callback themselves accept a request or not. |
class |
FormClientCallback
Renders a login form using Freemarker and the template configured with
FormClientCallback.loginForm . |
class |
RedirectClientCallback
An HttpClientCallback implementation which redirects to a configured path or URL.
|
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.