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 thePrincipalManager
for 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 PrincipalManager
CustomPrincipalConfiguration.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 TypeClassDescriptionclass
This implementation ofPrincipalManager
delegates back to a delegatee wrapping each call into aSessionOperation
closure.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 PrincipalManager
SessionContext.getPrincipalManager()
@NotNull PrincipalManager
SessionImpl.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 PrincipalManager
PrincipalConfigurationImpl.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 PrincipalManager
ExternalPrincipalConfiguration.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 TypeClassDescriptionclass
Default implementation of thePrincipalManager
interface.Methods in org.apache.jackrabbit.oak.spi.security.principal that return PrincipalManagerModifier and TypeMethodDescription@NotNull PrincipalManager
CompositePrincipalConfiguration.getPrincipalManager
(Root root, NamePathMapper namePathMapper) @NotNull PrincipalManager
PrincipalConfiguration.getPrincipalManager
(Root root, NamePathMapper namePathMapper) Returns an instance ofPrincipalManager
that can be used to query and retrieve principals such as needed for JCR access control management.