Uses of Interface
org.apache.jackrabbit.api.security.principal.PrincipalManager
-
Packages that use PrincipalManager Package Description org.apache.jackrabbit.api Jackrabbit extensions for JCR core interfacesorg.apache.jackrabbit.oak.exercise.security.principal org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.jcr.session org.apache.jackrabbit.oak.security.principal org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal org.apache.jackrabbit.oak.spi.security.principal -
-
Uses of PrincipalManager in org.apache.jackrabbit.api
Methods in org.apache.jackrabbit.api that return PrincipalManager Modifier and Type Method Description PrincipalManagerJackrabbitSession. 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 PrincipalManager Modifier and Type Method Description @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 PrincipalManager Modifier and Type Class Description classPrincipalManagerDelegatorThis implementation ofPrincipalManagerdelegates back to a delegatee wrapping each call into aSessionOperationclosure.Constructors in org.apache.jackrabbit.oak.jcr.delegate with parameters of type PrincipalManager Constructor Description PrincipalManagerDelegator(@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 PrincipalManager Modifier and Type Method Description @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 PrincipalManager Modifier and Type Method Description @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 PrincipalManager Modifier and Type Method Description @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 PrincipalManager Modifier and Type Class Description classPrincipalManagerImplDefault implementation of thePrincipalManagerinterface.Methods in org.apache.jackrabbit.oak.spi.security.principal that return PrincipalManager Modifier and Type Method Description @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.
-