Uses of Interface
org.apache.jackrabbit.core.security.principal.PrincipalProviderRegistry

Packages that use PrincipalProviderRegistry
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.security.authentication   
org.apache.jackrabbit.core.security.principal   
 

Uses of PrincipalProviderRegistry in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return PrincipalProviderRegistry
protected  PrincipalProviderRegistry DefaultSecurityManager.getPrincipalProviderRegistry()
           
 

Uses of PrincipalProviderRegistry in org.apache.jackrabbit.core.security.authentication
 

Methods in org.apache.jackrabbit.core.security.authentication that return PrincipalProviderRegistry
 PrincipalProviderRegistry RepositoryCallback.getPrincipalProviderRegistry()
           
 

Methods in org.apache.jackrabbit.core.security.authentication with parameters of type PrincipalProviderRegistry
 AuthContext AuthContextProvider.getAuthContext(Credentials credentials, Subject subject, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)
           
 void RepositoryCallback.setPrincipalProviderRegistry(PrincipalProviderRegistry principalProviderRegistry)
           
 

Constructors in org.apache.jackrabbit.core.security.authentication with parameters of type PrincipalProviderRegistry
CallbackHandlerImpl(Credentials credentials, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)
          Instanciate with the data needed to handle callbacks
 

Uses of PrincipalProviderRegistry in org.apache.jackrabbit.core.security.principal
 

Classes in org.apache.jackrabbit.core.security.principal that implement PrincipalProviderRegistry
 class ProviderRegistryImpl
          This is the default implementation of the PrincipalProviderRegistry interface.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.