Uses of Class
org.apache.sling.auth.core.impl.PathBasedHolder

Packages that use PathBasedHolder
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
 class PathBasedHolderCache<Type extends PathBasedHolder>
           
 

Subclasses of PathBasedHolder in org.apache.sling.auth.core.impl
 class AbstractAuthenticationHandlerHolder
          The AbstractAuthenticationHandlerHolder is a base class to represent authentication handlers (both legacy and new ones) for use in the SlingAuthenticator.
 

Methods in org.apache.sling.auth.core.impl with parameters of type PathBasedHolder
 int PathBasedHolder.compareTo(PathBasedHolder other)
          Compares this instance to the other PathBasedHolder instance.
 

Uses of PathBasedHolder in org.apache.sling.auth.core.impl.engine
 

Subclasses of PathBasedHolder in org.apache.sling.auth.core.impl.engine
 class EngineAuthenticationHandlerHolder
          The EngineAuthenticationHandlerHolder class represents an old-style Sling AuthenticationHandler service in the internal data structure of the SlingAuthenticator.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.