Uses of Class
org.apache.sling.auth.core.impl.PathBasedHolder
-
Packages that use PathBasedHolder Package Description org.apache.sling.auth.core.impl org.apache.sling.auth.core.impl.engine -
-
Uses of PathBasedHolder in org.apache.sling.auth.core.impl
Classes in org.apache.sling.auth.core.impl with type parameters of type PathBasedHolder Modifier and Type Class Description classPathBasedHolderCache<Type extends PathBasedHolder>Subclasses of PathBasedHolder in org.apache.sling.auth.core.impl Modifier and Type Class Description classAbstractAuthenticationHandlerHolderTheAbstractAuthenticationHandlerHolderis a base class to represent authentication handlers (both legacy and new ones) for use in theSlingAuthenticator.Methods in org.apache.sling.auth.core.impl with parameters of type PathBasedHolder Modifier and Type Method Description intPathBasedHolder. compareTo(PathBasedHolder other)Compares this instance to theotherPathBasedHolder instance. -
Uses of PathBasedHolder in org.apache.sling.auth.core.impl.engine
Subclasses of PathBasedHolder in org.apache.sling.auth.core.impl.engine Modifier and Type Class Description classEngineAuthenticationHandlerHolderTheEngineAuthenticationHandlerHolderclass represents an old-style SlingAuthenticationHandlerservice in the internal data structure of theSlingAuthenticator.
-