Package | Description |
---|---|
org.apache.sling.auth.core.impl | |
org.apache.sling.auth.core.impl.engine |
Class and Description |
---|
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.
|
SlingAuthenticator
The
SlingAuthenticator class is the default implementation for
handling authentication. |
Class and Description |
---|
AbstractAuthenticationHandlerHolder
The
AbstractAuthenticationHandlerHolder is a base class to
represent authentication handlers (both legacy and new ones) for use in the
SlingAuthenticator . |
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.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.