|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrincipalManager | |
---|---|
org.apache.jackrabbit.api | Contains set of interfaces that form the Jackrabbit-specific extensions to the JCR API |
org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
org.apache.jackrabbit.core.security | |
org.apache.jackrabbit.core.security.principal | |
org.apache.jackrabbit.core.security.simple |
Uses of PrincipalManager in org.apache.jackrabbit.api |
---|
Methods in org.apache.jackrabbit.api that return PrincipalManager | |
---|---|
PrincipalManager |
JackrabbitSession.getPrincipalManager()
Returns the PrincipalManager for the current Session . |
Uses of PrincipalManager in org.apache.jackrabbit.core |
---|
Methods in org.apache.jackrabbit.core that return PrincipalManager | |
---|---|
PrincipalManager |
SessionImpl.getPrincipalManager()
|
PrincipalManager |
DefaultSecurityManager.getPrincipalManager(Session session)
|
Uses of PrincipalManager in org.apache.jackrabbit.core.security |
---|
Methods in org.apache.jackrabbit.core.security that return PrincipalManager | |
---|---|
PrincipalManager |
JackrabbitSecurityManager.getPrincipalManager(Session session)
Retrieve the principal manager for the given session . |
Uses of PrincipalManager in org.apache.jackrabbit.core.security.principal |
---|
Classes in org.apache.jackrabbit.core.security.principal that implement PrincipalManager | |
---|---|
class |
PrincipalManagerImpl
This principal manager implementation uses the DefaultPrincipalProvider
in order to dispatch the respective requests and assemble the required
data. |
Uses of PrincipalManager in org.apache.jackrabbit.core.security.simple |
---|
Methods in org.apache.jackrabbit.core.security.simple that return PrincipalManager | |
---|---|
PrincipalManager |
SimpleSecurityManager.getPrincipalManager(Session session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |