Uses of Interface
org.apache.jackrabbit.api.security.principal.PrincipalManager
Packages that use PrincipalManager
Package
Description
Jackrabbit extensions for JCR core interfaces
This package contains the delegates for the various JCR API entities.
-
Uses of PrincipalManager in org.apache.jackrabbit.api
Methods in org.apache.jackrabbit.api that return PrincipalManagerModifier and TypeMethodDescriptionJackrabbitSession.getPrincipalManager()Returns thePrincipalManagerfor the currentSession. -
Uses of PrincipalManager in org.apache.jackrabbit.oak.exercise.security.principal
Methods in org.apache.jackrabbit.oak.exercise.security.principal that return PrincipalManagerModifier and TypeMethodDescription@NotNull PrincipalManagerCustomPrincipalConfiguration.getPrincipalManager(Root root, NamePathMapper namePathMapper) -
Uses of PrincipalManager in org.apache.jackrabbit.oak.jcr.delegate
Classes in org.apache.jackrabbit.oak.jcr.delegate that implement PrincipalManagerModifier and TypeClassDescriptionclassThis implementation ofPrincipalManagerdelegates back to a delegatee wrapping each call into aSessionOperationclosure.Constructors in org.apache.jackrabbit.oak.jcr.delegate with parameters of type PrincipalManagerModifierConstructorDescriptionPrincipalManagerDelegator(@NotNull SessionDelegate delegate, @NotNull PrincipalManager principalManager) -
Uses of PrincipalManager in org.apache.jackrabbit.oak.jcr.session
Methods in org.apache.jackrabbit.oak.jcr.session that return PrincipalManagerModifier and TypeMethodDescription@NotNull PrincipalManagerSessionContext.getPrincipalManager()@NotNull PrincipalManagerSessionImpl.getPrincipalManager() -
Uses of PrincipalManager in org.apache.jackrabbit.oak.security.principal
Methods in org.apache.jackrabbit.oak.security.principal that return PrincipalManagerModifier and TypeMethodDescription@NotNull PrincipalManagerPrincipalConfigurationImpl.getPrincipalManager(Root root, NamePathMapper namePathMapper) -
Uses of PrincipalManager in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal that return PrincipalManagerModifier and TypeMethodDescription@NotNull PrincipalManagerExternalPrincipalConfiguration.getPrincipalManager(Root root, NamePathMapper namePathMapper) -
Uses of PrincipalManager in org.apache.jackrabbit.oak.spi.security.principal
Classes in org.apache.jackrabbit.oak.spi.security.principal that implement PrincipalManagerModifier and TypeClassDescriptionclassDefault implementation of thePrincipalManagerinterface.Methods in org.apache.jackrabbit.oak.spi.security.principal that return PrincipalManagerModifier and TypeMethodDescription@NotNull PrincipalManagerCompositePrincipalConfiguration.getPrincipalManager(Root root, NamePathMapper namePathMapper) @NotNull PrincipalManagerPrincipalConfiguration.getPrincipalManager(Root root, NamePathMapper namePathMapper) Returns an instance ofPrincipalManagerthat can be used to query and retrieve principals such as needed for JCR access control management.