public interface AccessControlServiceSoapPort extends Remote
| Modifier and Type | Method and Description |
|---|---|
ACL[] |
addACEs(Predicate predicate,
ACE[] aces)
Adds a number of ACE's to a collection of references.
|
String[] |
addChildAuthorities(String parentAuthority,
String[] authorities)
Adds child authorities to a specified parent authority
|
String[] |
createAuthorities(String parentAuthority,
NewAuthority[] newAuthorites)
Creates new authorities
|
void |
deleteAuthorities(String[] authorities)
Delete authorities
|
ACL[] |
getACLs(Predicate predicate,
ACE filter)
Get the list of the ACL's for a reference.
|
String[] |
getAllAuthorities(AuthorityFilter filter)
Getsl aa the authorities avaialble in the repository.
|
String[] |
getAuthorities()
Ges the authorities for the current user
|
String[] |
getChildAuthorities(String authority,
SiblingAuthorityFilter filter)
Gets an authorities child authorities
|
GetClassPermissionsResult[] |
getClassPermissions(String[] classNames)
Gets a list of the settable permissions for a list of classes.
|
OwnerResult[] |
getOwners(Predicate predicate)
Get the current node owner.
|
String[] |
getParentAuthorities(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,
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(String parentAuthority,
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,
String owner)
Sets the current node owner.
|
ACL[] getACLs(Predicate predicate, ACE filter) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultACL[] addACEs(Predicate predicate, ACE[] aces) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultACL[] removeACEs(Predicate predicate, ACE[] aces) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultGetPermissionsResult[] getPermissions(Predicate predicate) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultGetClassPermissionsResult[] getClassPermissions(String[] classNames) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultHasPermissionsResult[] hasPermissions(Predicate predicate, String[] permissions) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultACL[] setInheritPermission(Predicate predicate, boolean inheritPermission) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultOwnerResult[] getOwners(Predicate predicate) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultOwnerResult[] setOwners(Predicate predicate, String owner) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultString[] getAllAuthorities(AuthorityFilter filter) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultString[] getAuthorities() throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultString[] createAuthorities(String parentAuthority, NewAuthority[] newAuthorites) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultvoid deleteAuthorities(String[] authorities) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultString[] addChildAuthorities(String parentAuthority, String[] authorities) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultvoid removeChildAuthorities(String parentAuthority, String[] authorities) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultString[] getChildAuthorities(String authority, SiblingAuthorityFilter filter) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultString[] getParentAuthorities(String authority, SiblingAuthorityFilter filter) throws RemoteException, AccessControlFault
RemoteExceptionAccessControlFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.