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 PrincipalProviderRegistry
DefaultSecurityManager. 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 PrincipalProviderRegistry
RepositoryCallback. getPrincipalProviderRegistry()
Methods in org.apache.jackrabbit.core.security.authentication with parameters of type PrincipalProviderRegistry Modifier and Type Method Description 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 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 class
ProviderRegistryImpl
This is the default implementation of thePrincipalProviderRegistry
interface.
-