| Package | Description |
|---|---|
| org.gcube.common.homelibrary.jcr.workspace.accessmanager |
| Modifier and Type | Method and Description |
|---|---|
JCRPrivilegesInfo.AccessRights |
JCRPrivilegesInfo.getDeclaredAccessRightsForPrincipal(javax.jcr.Node node,
String principalId)
Returns the declared access rights for the specified Node for the given
principalId.
|
JCRPrivilegesInfo.AccessRights |
JCRPrivilegesInfo.getDeclaredAccessRightsForPrincipal(javax.jcr.Session session,
String absPath,
String principalId)
Returns the declared access rights for the resource at the specified path for the given
principalId.
|
JCRPrivilegesInfo.AccessRights |
JCRPrivilegesInfo.getEffectiveAccessRightsForPrincipal(javax.jcr.Node node,
String principalId)
Returns the effective access rights for the specified Node for the given
principalId.
|
JCRPrivilegesInfo.AccessRights |
JCRPrivilegesInfo.getEffectiveAccessRightsForPrincipal(javax.jcr.Session session,
String absPath,
String principalId)
Returns the effective access rights for the resource at the specified path for the given
principalId.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Principal,JCRPrivilegesInfo.AccessRights> |
JCRPrivilegesInfo.getDeclaredAccessRights(javax.jcr.Node node)
Returns the mapping of declared access rights that have been set for the resource at
the given path.
|
Map<Principal,JCRPrivilegesInfo.AccessRights> |
JCRPrivilegesInfo.getDeclaredAccessRights(javax.jcr.Session session,
String absPath)
Returns the mapping of declared access rights that have been set for the resource at
the given path.
|
Map<Principal,JCRPrivilegesInfo.AccessRights> |
JCRPrivilegesInfo.getEffectiveAccessRights(javax.jcr.Node node)
Returns the mapping of effective access rights that have been set for the resource at
the given path.
|
Map<Principal,JCRPrivilegesInfo.AccessRights> |
JCRPrivilegesInfo.getEffectiveAccessRights(javax.jcr.Session session,
String absPath)
Returns the mapping of effective access rights that have been set for the resource at
the given path.
|
Copyright © 2016. All Rights Reserved.