Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.security.acl |
Modifier and Type | Class and Description |
---|---|
class |
JcrXaSession
An extension of
JcrSession that is also an XAResource , enabling clients to explicitly enlist the session in the
transaction. |
Modifier and Type | Method and Description |
---|---|
JcrSession |
JcrRepository.login() |
JcrSession |
JcrRepository.login(Credentials credentials) |
JcrSession |
JcrRepository.login(Credentials credentials,
String workspaceName) |
JcrSession |
JcrRepository.login(String workspaceName) |
protected JcrSession |
JcrRepository.RunningState.loginInternalSession(String workspaceName) |
Modifier and Type | Method and Description |
---|---|
Schemata |
NodeTypeSchemata.getSchemataForSession(JcrSession session)
Get a schemata instance that works with the suppplied session and that uses the session-specific namespace mappings.
|
Constructor and Description |
---|
AccessControlManagerImpl(JcrSession session) |
JcrRepositoryMonitor(JcrSession session) |
JcrSession(JcrSession original,
boolean readOnly) |
ModeShapeFederationManager(JcrSession session,
DocumentStore documentStore) |
NodeTypeSchemata.SessionSchemata(JcrSession session) |
Constructor and Description |
---|
Privileges(JcrSession session)
Creates privileges related to the given session.
|
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.