Uses of Package
org.apache.sling.auth.core.impl
-
Packages that use org.apache.sling.auth.core.impl Package Description org.apache.sling.auth.core.impl org.apache.sling.auth.core.impl.engine -
Classes in org.apache.sling.auth.core.impl used by org.apache.sling.auth.core.impl Class Description PathBasedHolder ThePathBasedHolder
provides the basic abstraction for managing authentication handler and authentication requirements in theSlingAuthenticator
with the following base functionality: Provide location of control through its path fields Support orderability of instances by beingComparable
and ordering according to thePathBasedHolder.fullPath
and theServiceReference
of the provider service SupportPathBasedHolder.equals(Object)
andPathBasedHolder.hashCode()
compatible with theComparable
implementation.SlingAuthenticator TheSlingAuthenticator
class is the default implementation for handling authentication. -
Classes in org.apache.sling.auth.core.impl used by org.apache.sling.auth.core.impl.engine Class Description AbstractAuthenticationHandlerHolder TheAbstractAuthenticationHandlerHolder
is a base class to represent authentication handlers (both legacy and new ones) for use in theSlingAuthenticator
.PathBasedHolder ThePathBasedHolder
provides the basic abstraction for managing authentication handler and authentication requirements in theSlingAuthenticator
with the following base functionality: Provide location of control through its path fields Support orderability of instances by beingComparable
and ordering according to thePathBasedHolder.fullPath
and theServiceReference
of the provider service SupportPathBasedHolder.equals(Object)
andPathBasedHolder.hashCode()
compatible with theComparable
implementation.