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 ThePathBasedHolderprovides the basic abstraction for managing authentication handler and authentication requirements in theSlingAuthenticatorwith the following base functionality: Provide location of control through its path fields Support orderability of instances by beingComparableand ordering according to thePathBasedHolder.fullPathand theServiceReferenceof the provider service SupportPathBasedHolder.equals(Object)andPathBasedHolder.hashCode()compatible with theComparableimplementation.SlingAuthenticator TheSlingAuthenticatorclass 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 TheAbstractAuthenticationHandlerHolderis a base class to represent authentication handlers (both legacy and new ones) for use in theSlingAuthenticator.PathBasedHolder ThePathBasedHolderprovides the basic abstraction for managing authentication handler and authentication requirements in theSlingAuthenticatorwith the following base functionality: Provide location of control through its path fields Support orderability of instances by beingComparableand ordering according to thePathBasedHolder.fullPathand theServiceReferenceof the provider service SupportPathBasedHolder.equals(Object)andPathBasedHolder.hashCode()compatible with theComparableimplementation.