|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Stub
org.alfresco.webservice.accesscontrol.AccessControlServiceSoapBindingStub
public class AccessControlServiceSoapBindingStub
Field Summary |
---|
Fields inherited from class org.apache.axis.client.Stub |
---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Constructor Summary | |
---|---|
AccessControlServiceSoapBindingStub()
|
|
AccessControlServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
AccessControlServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
|
Method Summary | |
---|---|
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 |
protected org.apache.axis.client.Call |
createCall()
|
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. |
Methods inherited from class org.apache.axis.client.Stub |
---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessControlServiceSoapBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public AccessControlServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public AccessControlServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Method Detail |
---|
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public ACL[] getACLs(Predicate predicate, ACE filter) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getACLs
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public ACL[] addACEs(Predicate predicate, ACE[] aces) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
addACEs
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public ACL[] removeACEs(Predicate predicate, ACE[] aces) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
removeACEs
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public GetPermissionsResult[] getPermissions(Predicate predicate) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getPermissions
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public GetClassPermissionsResult[] getClassPermissions(java.lang.String[] classNames) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getClassPermissions
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public HasPermissionsResult[] hasPermissions(Predicate predicate, java.lang.String[] permissions) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
hasPermissions
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public ACL[] setInheritPermission(Predicate predicate, boolean inheritPermission) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
setInheritPermission
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public OwnerResult[] getOwners(Predicate predicate) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getOwners
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public OwnerResult[] setOwners(Predicate predicate, java.lang.String owner) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
setOwners
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public java.lang.String[] getAllAuthorities(AuthorityFilter filter) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getAllAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public java.lang.String[] getAuthorities() throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public java.lang.String[] createAuthorities(java.lang.String parentAuthority, NewAuthority[] newAuthorites) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
createAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public void deleteAuthorities(java.lang.String[] authorities) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
deleteAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public java.lang.String[] addChildAuthorities(java.lang.String parentAuthority, java.lang.String[] authorities) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
addChildAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public void removeChildAuthorities(java.lang.String parentAuthority, java.lang.String[] authorities) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
removeChildAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public java.lang.String[] getChildAuthorities(java.lang.String authority, SiblingAuthorityFilter filter) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getChildAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
public java.lang.String[] getParentAuthorities(java.lang.String authority, SiblingAuthorityFilter filter) throws java.rmi.RemoteException, AccessControlFault
AccessControlServiceSoapPort
getParentAuthorities
in interface AccessControlServiceSoapPort
java.rmi.RemoteException
AccessControlFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |