Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.security.principal | |
org.apache.jackrabbit.core.security.user |
Modifier and Type | Method and Description |
---|---|
protected UserManagerImpl |
DefaultSecurityManager.createUserManager(SessionImpl session)
Creates a
UserManagerImpl for the given session. |
protected UserManagerImpl |
UserPerWorkspaceSecurityManager.createUserManager(SessionImpl session)
Creates a new instanceof
TransientChangeUserManagerImpl . |
Constructor and Description |
---|
DefaultPrincipalProvider(Session systemSession,
UserManagerImpl systemUserManager)
Creates a new DefaultPrincipalProvider reading the principals from the
storage below the given security root node.
|
Modifier and Type | Class and Description |
---|---|
class |
UserPerWorkspaceUserManager
Derived UserManager implementation that allows to switch between autosaving
and transient change mode.
|
Constructor and Description |
---|
UserImpl(NodeImpl node,
UserManagerImpl userManager) |
XPathQueryEvaluator(XPathQueryBuilder builder,
UserManagerImpl userManager,
SessionImpl session) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.