hudson.plugins.sfee.webservice
Class RbacAppSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
hudson.plugins.sfee.webservice.RbacAppSoapBindingStub
- All Implemented Interfaces:
- RbacAppSoap, Remote, javax.xml.rpc.Stub
public class RbacAppSoapBindingStub
- extends org.apache.axis.client.Stub
- implements RbacAppSoap
| 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 |
|
Method Summary |
void |
addCluster(String sessionId,
String roleId,
String operationCluster,
String folderId)
|
void |
addGroup(String sessionId,
String groupId,
String roleId,
String projectId)
|
void |
addUser(String sessionId,
String roleId,
String username)
|
protected org.apache.axis.client.Call |
createCall()
|
RoleSoapDO |
createRole(String sessionId,
String projectId,
String title,
String description)
|
void |
deleteRole(String sessionId,
String roleId)
|
RoleSoapList |
getGroupRoleList(String sessionId,
String groupId,
String projectId)
|
GroupSoapList |
getRoleGroupList(String sessionId,
String roleId)
|
UserSoapList |
getRoleGroupUsers(String sessionId,
String projectId,
String roleId)
|
RoleSoapList |
getRoleList(String sessionId,
String projectId)
|
UserSoapList |
getRoleMemberList(String sessionId,
String roleId)
|
RoleSoapList |
getUserRoleList(String sessionId,
String projectId,
String username)
|
RoleClusterSoapList |
listClusters(String sessionId,
String roleId)
|
RoleGroupSoapList |
listGroupRolesByProject(String sessionId,
String projectId)
|
SoapNamedValues |
listRolePaths(String sessionId,
String roleId,
String repositoryId)
|
void |
removeCluster(String sessionId,
String roleId,
String operationCluster,
String folderId)
|
void |
removeGroup(String sessionId,
String groupId,
String roleId,
String projectId)
|
void |
removeUser(String sessionId,
String roleId,
String username)
|
void |
setRolePaths(String sessionId,
String roleId,
String repositoryId,
SoapNamedValues rolePaths)
|
| 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 |
RbacAppSoapBindingStub
public RbacAppSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
RbacAppSoapBindingStub
public RbacAppSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
RbacAppSoapBindingStub
public RbacAppSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws RemoteException
- Throws:
RemoteException
removeGroup
public void removeGroup(String sessionId,
String groupId,
String roleId,
String projectId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
removeGroup in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
createRole
public RoleSoapDO createRole(String sessionId,
String projectId,
String title,
String description)
throws RemoteException,
IllegalArgumentFault,
ObjectAlreadyExistsFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
createRole in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
setRolePaths
public void setRolePaths(String sessionId,
String roleId,
String repositoryId,
SoapNamedValues rolePaths)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
setRolePaths in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
listGroupRolesByProject
public RoleGroupSoapList listGroupRolesByProject(String sessionId,
String projectId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
listGroupRolesByProject in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
addUser
public void addUser(String sessionId,
String roleId,
String username)
throws RemoteException,
IllegalArgumentFault,
ObjectAlreadyExistsFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
addUser in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
removeUser
public void removeUser(String sessionId,
String roleId,
String username)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
removeUser in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
addGroup
public void addGroup(String sessionId,
String groupId,
String roleId,
String projectId)
throws RemoteException,
IllegalArgumentFault,
ObjectAlreadyExistsFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
addGroup in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
addCluster
public void addCluster(String sessionId,
String roleId,
String operationCluster,
String folderId)
throws RemoteException,
IllegalArgumentFault,
ObjectAlreadyExistsFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
addCluster in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
removeCluster
public void removeCluster(String sessionId,
String roleId,
String operationCluster,
String folderId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
removeCluster in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getRoleGroupUsers
public UserSoapList getRoleGroupUsers(String sessionId,
String projectId,
String roleId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getRoleGroupUsers in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
deleteRole
public void deleteRole(String sessionId,
String roleId)
throws RemoteException,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
deleteRole in interface RbacAppSoap
- Throws:
RemoteException
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
listClusters
public RoleClusterSoapList listClusters(String sessionId,
String roleId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
listClusters in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
listRolePaths
public SoapNamedValues listRolePaths(String sessionId,
String roleId,
String repositoryId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
listRolePaths in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getRoleList
public RoleSoapList getRoleList(String sessionId,
String projectId)
throws RemoteException,
IllegalArgumentFault,
ObjectAlreadyExistsFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getRoleList in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
ObjectAlreadyExistsFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getRoleMemberList
public UserSoapList getRoleMemberList(String sessionId,
String roleId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getRoleMemberList in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getUserRoleList
public RoleSoapList getUserRoleList(String sessionId,
String projectId,
String username)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getUserRoleList in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getGroupRoleList
public RoleSoapList getGroupRoleList(String sessionId,
String groupId,
String projectId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getGroupRoleList in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
getRoleGroupList
public GroupSoapList getRoleGroupList(String sessionId,
String roleId)
throws RemoteException,
IllegalArgumentFault,
NoSuchObjectFault,
InvalidSessionFault,
SystemFault,
PermissionDeniedFault
- Specified by:
getRoleGroupList in interface RbacAppSoap
- Throws:
RemoteException
IllegalArgumentFault
NoSuchObjectFault
InvalidSessionFault
SystemFault
PermissionDeniedFault
Copyright © 2004-2012 Hudson. All Rights Reserved.