Class | Description |
---|---|
AbstractAuthenticationHandlerHolder |
The
AbstractAuthenticationHandlerHolder is a base class to
represent authentication handlers (both legacy and new ones) for use in the
SlingAuthenticator . |
AuthenticatorWebConsolePlugin | |
LoginServlet |
The
LoginServlet lets the Authenticator do the login. |
LogoutServlet |
The
LogoutServlet lets the Authenticator
do the logout. |
PathBasedHolder |
The
PathBasedHolder provides the basic abstraction for managing
authentication handler and authentication requirements in the
SlingAuthenticator with the following base functionality:
Provide location of control through its path fields
Support orderability of instances by being Comparable and
ordering according to the PathBasedHolder.fullPath and the
ServiceReference of the provider service
Support PathBasedHolder.equals(Object) and PathBasedHolder.hashCode() compatible with
the Comparable implementation.
|
PathBasedHolderCache<Type extends PathBasedHolder> | |
SlingAuthenticator |
The
SlingAuthenticator class is the default implementation for
handling authentication. |
SlingAuthenticatorServiceListener |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.