public interface AccessControlServiceSoapPort
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
ACL[] |
addACEs(Predicate predicate,
ACE[] aces)
Adds a number of ACE's to a collection of references.
|
java.lang.String[] |
addChildAuthorities(java.lang.String parentAuthority,
java.lang.String[] authorities)
Adds child authorities to a specified parent authority
|
java.lang.String[] |
createAuthorities(java.lang.String parentAuthority,
NewAuthority[] newAuthorites)
Creates new authorities
|
void |
deleteAuthorities(java.lang.String[] authorities)
Delete authorities
|
ACL[] |
getACLs(Predicate predicate,
ACE filter)
Get the list of the ACL's for a reference.
|
java.lang.String[] |
getAllAuthorities(AuthorityFilter filter)
Getsl aa the authorities avaialble in the repository.
|
java.lang.String[] |
getAuthorities()
Ges the authorities for the current user
|
java.lang.String[] |
getChildAuthorities(java.lang.String authority,
SiblingAuthorityFilter filter)
Gets an authorities child authorities
|
GetClassPermissionsResult[] |
getClassPermissions(java.lang.String[] classNames)
Gets a list of the settable permissions for a list of classes.
|
OwnerResult[] |
getOwners(Predicate predicate)
Get the current node owner.
|
java.lang.String[] |
getParentAuthorities(java.lang.String authority,
SiblingAuthorityFilter filter)
Gets an authorities parent authorities
|
GetPermissionsResult[] |
getPermissions(Predicate predicate)
Gets a list of the settable permissions for a set of references.
|
HasPermissionsResult[] |
hasPermissions(Predicate predicate,
java.lang.String[] permissions)
Determines whether the current authenticated user has the permissions
on each of the specified references.
|
ACL[] |
removeACEs(Predicate predicate,
ACE[] aces)
Removes ACE's from a collection of references.
|
void |
removeChildAuthorities(java.lang.String parentAuthority,
java.lang.String[] authorities)
Remove child authorities from the specified parent authority
|
ACL[] |
setInheritPermission(Predicate predicate,
boolean inheritPermission)
Set the inherit permission property of a set of references.
|
OwnerResult[] |
setOwners(Predicate predicate,
java.lang.String owner)
Sets the current node owner.
|
ACL[] getACLs(Predicate predicate, ACE filter) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultACL[] addACEs(Predicate predicate, ACE[] aces) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultACL[] removeACEs(Predicate predicate, ACE[] aces) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultGetPermissionsResult[] getPermissions(Predicate predicate) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultGetClassPermissionsResult[] getClassPermissions(java.lang.String[] classNames) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultHasPermissionsResult[] hasPermissions(Predicate predicate, java.lang.String[] permissions) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultACL[] setInheritPermission(Predicate predicate, boolean inheritPermission) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultOwnerResult[] getOwners(Predicate predicate) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultOwnerResult[] setOwners(Predicate predicate, java.lang.String owner) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultjava.lang.String[] getAllAuthorities(AuthorityFilter filter) throws java.rmi.RemoteException, AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultjava.lang.String[] getAuthorities()
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultjava.lang.String[] createAuthorities(java.lang.String parentAuthority,
NewAuthority[] newAuthorites)
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultvoid deleteAuthorities(java.lang.String[] authorities)
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultjava.lang.String[] addChildAuthorities(java.lang.String parentAuthority,
java.lang.String[] authorities)
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultvoid removeChildAuthorities(java.lang.String parentAuthority,
java.lang.String[] authorities)
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultjava.lang.String[] getChildAuthorities(java.lang.String authority,
SiblingAuthorityFilter filter)
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultjava.lang.String[] getParentAuthorities(java.lang.String authority,
SiblingAuthorityFilter filter)
throws java.rmi.RemoteException,
AccessControlFault
java.rmi.RemoteExceptionAccessControlFaultCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.