Package | Description |
---|---|
org.exoplatform.services.jcr.access |
This package provides access control API.
|
org.exoplatform.services.jcr.ext.common |
This package defines the common exo-jcr extension class.
|
Modifier and Type | Method and Description |
---|---|
static AccessControlEntry |
AccessControlEntry.parse(String pstring)
Factory method.
|
Modifier and Type | Method and Description |
---|---|
List<AccessControlEntry> |
AccessControlList.getPermissionEntries()
Gives all the permission entries
|
Constructor and Description |
---|
AccessControlList(String owner,
List<AccessControlEntry> accessList)
Create ACL from owner name and collection of permission entries.
|
Modifier and Type | Method and Description |
---|---|
static SessionProvider |
SessionProvider.createProvider(List<AccessControlEntry> accessList)
Gives a
SessionProvider for a given list of AccessControlEntry . |
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.