public class WebACRolesProvider extends Object implements org.fcrepo.auth.roles.common.AccessRolesProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_AUTHORIZATION_PROPERTY |
| Constructor and Description |
|---|
WebACRolesProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRoles(javax.jcr.Node node) |
Map<String,List<String>> |
findRolesForPath(org.modeshape.jcr.value.Path absPath,
javax.jcr.Session session) |
Map<String,List<String>> |
getRoles(javax.jcr.Node node,
boolean effective) |
void |
postRoles(javax.jcr.Node node,
Map<String,Set<String>> data) |
public static final String ROOT_AUTHORIZATION_PROPERTY
public WebACRolesProvider()
public void postRoles(javax.jcr.Node node, Map<String,Set<String>> data) throws javax.jcr.RepositoryException
postRoles in interface org.fcrepo.auth.roles.common.AccessRolesProviderjavax.jcr.RepositoryExceptionpublic void deleteRoles(javax.jcr.Node node) throws javax.jcr.RepositoryException
deleteRoles in interface org.fcrepo.auth.roles.common.AccessRolesProviderjavax.jcr.RepositoryExceptionpublic Map<String,List<String>> findRolesForPath(org.modeshape.jcr.value.Path absPath, javax.jcr.Session session) throws javax.jcr.RepositoryException
findRolesForPath in interface org.fcrepo.auth.roles.common.AccessRolesProviderjavax.jcr.RepositoryExceptionCopyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.