|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CStockage.channelAction.injac.acl.InjacAclManager
Id: InjacAclManager.java,v 1.0 10 nov. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: InjacAclManager Original Author: Yohan Colmant Use to manage the acl used in injac
Constructor Summary | |
InjacAclManager()
|
Method Summary | |
static boolean |
getReadersAclOnSpace(ServerAccess access,
java.lang.String path,
org.esupportail.portal.utils.webdav.acl.EsupPermissions permissions,
java.util.Vector users,
java.util.Vector groups,
java.lang.String userPrefix,
java.lang.String groupPrefix)
Return the ACL for reading on a space |
static void |
setReadersAclOnSpace(Space currentSpace,
java.lang.String path,
InjacSpaceManagementProperties smp)
Set the acl for reading set by manager on a space |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InjacAclManager()
Method Detail |
public static void setReadersAclOnSpace(Space currentSpace, java.lang.String path, InjacSpaceManagementProperties smp) throws ServerException, ApplicationException, AclReadException, AclAccessException, AclWriteException, NotSupportedAclException
currentSpace
- the current space usedpath
- the resource pathsmp
- object containing all properties
ServerException
ApplicationException
AclReadException
AclAccessException
AclWriteException
NotSupportedAclException
public static boolean getReadersAclOnSpace(ServerAccess access, java.lang.String path, org.esupportail.portal.utils.webdav.acl.EsupPermissions permissions, java.util.Vector users, java.util.Vector groups, java.lang.String userPrefix, java.lang.String groupPrefix) throws AclAccessException, AclReadException, NotSupportedAclException, PropertiesException
access
- the server access objectpath
- the resource pathpermissions
- the permissions listusers
- the usersgroups
- the groupsuserPrefix
- the acl user prefixgroupPrefix
- the acl group prefix
AclAccessException
AclReadException
NotSupportedAclException
PropertiesException
|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |