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 class
PathBasedHolderCache<Type extends PathBasedHolder>
Subclasses of PathBasedHolder in org.apache.sling.auth.core.impl Modifier and Type Class Description class
AbstractAuthenticationHandlerHolder
TheAbstractAuthenticationHandlerHolder
is 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 int
PathBasedHolder. compareTo(PathBasedHolder other)
Compares this instance to theother
PathBasedHolder 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 class
EngineAuthenticationHandlerHolder
TheEngineAuthenticationHandlerHolder
class represents an old-style SlingAuthenticationHandler
service in the internal data structure of theSlingAuthenticator
.
-