| Package | Description |
|---|---|
| org.apache.jackrabbit.api |
Jackrabbit extensions for JCR core interfaces
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
PrincipalManager |
JackrabbitSession.getPrincipalManager()
Returns the
PrincipalManager for the current Session. |
| Modifier and Type | Method and Description |
|---|---|
protected PrincipalManager |
DefaultSecurityManager.createPrincipalManager(SessionImpl session) |
protected PrincipalManager |
UserPerWorkspaceSecurityManager.createPrincipalManager(SessionImpl session) |
PrincipalManager |
SessionImpl.getPrincipalManager() |
PrincipalManager |
DefaultSecurityManager.getPrincipalManager(Session session) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalManager |
JackrabbitSecurityManager.getPrincipalManager(Session session)
Retrieve the principal manager for the given
session. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrincipalManagerImpl
This principal manager implementation uses the
DefaultPrincipalProvider
in order to dispatch the respective requests and assemble the required
data. |
| Modifier and Type | Method and Description |
|---|---|
PrincipalManager |
SimpleSecurityManager.getPrincipalManager(Session session) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.