Uses of Interface
org.apache.jackrabbit.core.security.principal.PrincipalProviderRegistry
- 
Packages that use PrincipalProviderRegistry Package Description 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 Modifier and Type Method Description protected PrincipalProviderRegistryDefaultSecurityManager. getPrincipalProviderRegistry() - 
Uses of PrincipalProviderRegistry in org.apache.jackrabbit.core.security.authentication
Methods in org.apache.jackrabbit.core.security.authentication that return PrincipalProviderRegistry Modifier and Type Method Description PrincipalProviderRegistryRepositoryCallback. getPrincipalProviderRegistry()Methods in org.apache.jackrabbit.core.security.authentication with parameters of type PrincipalProviderRegistry Modifier and Type Method Description AuthContextAuthContextProvider. getAuthContext(Credentials credentials, Subject subject, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)voidRepositoryCallback. setPrincipalProviderRegistry(PrincipalProviderRegistry principalProviderRegistry)Constructors in org.apache.jackrabbit.core.security.authentication with parameters of type PrincipalProviderRegistry Constructor Description CallbackHandlerImpl(Credentials credentials, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)Instantiate 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 Modifier and Type Class Description classProviderRegistryImplThis is the default implementation of thePrincipalProviderRegistryinterface. 
 -