public class AclServiceImpl extends AbstractWebServicesService implements AclService, ExtendedAclService
Constructor and Description |
---|
AclServiceImpl(BindingSession session,
AbstractPortProvider portProvider)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Acl |
applyAcl(String repositoryId,
String objectId,
Acl addACEs,
Acl removeACEs,
AclPropagation aclPropagation,
ExtensionsData extension)
Adds or removes the given ACEs to or from the ACL of the object.
|
Acl |
getAcl(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
ExtensionsData extension)
Get the ACL currently applied to the specified object.
|
Acl |
setAcl(String repositoryId,
String objectId,
Acl aces)
Removes the direct ACEs of an object and sets the provided ACEs.
|
convertException, getCmisVersion, getSession, setSession
public AclServiceImpl(BindingSession session, AbstractPortProvider portProvider)
public Acl applyAcl(String repositoryId, String objectId, Acl addACEs, Acl removeACEs, AclPropagation aclPropagation, ExtensionsData extension)
AclService
applyAcl
in interface AclService
repositoryId
- the identifier for the repositoryobjectId
- the identifier for the objectaddACEs
- (optional) the ACEs to be addedremoveACEs
- (optional) the ACEs to be removedaclPropagation
- (optional) specifies how ACEs should be handled
(default is AclPropagation.REPOSITORYDETERMINED
)public Acl getAcl(String repositoryId, String objectId, Boolean onlyBasicPermissions, ExtensionsData extension)
AclService
getAcl
in interface AclService
repositoryId
- the identifier for the repositoryobjectId
- the identifier for the objectonlyBasicPermissions
- (optional) an indicator if only basic permissions
should be returned (default is true
)public Acl setAcl(String repositoryId, String objectId, Acl aces)
ExtendedAclService
setAcl
in interface ExtendedAclService
repositoryId
- the identifier for the repositoryobjectId
- the identifier for the objectaces
- the ACEsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.