| Package | Description |
|---|---|
| org.apache.jackrabbit.api |
Jackrabbit extensions for JCR core interfaces
|
| org.apache.jackrabbit.commons.jackrabbit.user | |
| org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
| org.apache.jackrabbit.core.config |
Jackrabbit configuration handling.
|
| org.apache.jackrabbit.core.security | |
| org.apache.jackrabbit.core.security.simple | |
| org.apache.jackrabbit.core.security.user |
| Modifier and Type | Method and Description |
|---|---|
UserManager |
JackrabbitSession.getUserManager()
Returns the
UserManager for the current Session. |
| Constructor and Description |
|---|
AuthorizableQueryManager(UserManager userManager,
ValueFactory valueFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected UserManager |
DefaultSecurityManager.getSystemUserManager(String workspaceName) |
protected UserManager |
UserPerWorkspaceSecurityManager.getSystemUserManager(String workspaceName) |
UserManager |
SessionImpl.getUserManager() |
UserManager |
DefaultSecurityManager.getUserManager(Session session) |
UserManager |
UserPerWorkspaceSecurityManager.getUserManager(Session session)
As this implementation expects that users information in present in
every workspace, the UserManager is always created with the given
session.
|
| Modifier and Type | Method and Description |
|---|---|
UserManager |
UserManagerConfig.getUserManager(Class<? extends UserManager> assignableFrom,
Class<?>[] parameterTypes,
Object... initArgs)
Build a new
UserManager instance based on this configuration. |
| Modifier and Type | Method and Description |
|---|---|
UserManager |
UserManagerConfig.getUserManager(Class<? extends UserManager> assignableFrom,
Class<?>[] parameterTypes,
Object... initArgs)
Build a new
UserManager instance based on this configuration. |
| Modifier and Type | Method and Description |
|---|---|
UserManager |
JackrabbitSecurityManager.getUserManager(Session session)
Returns the user manager for the specified
session. |
| Modifier and Type | Method and Description |
|---|---|
UserManager |
SimpleSecurityManager.getUserManager(Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserManagerImpl
Implementation Characteristics
|
class |
UserPerWorkspaceUserManager
Derived UserManager implementation that allows to switch between autosaving
and transient change mode.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.