|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.collabnet.helm.ws.domain.DomainBindingStub
public class DomainBindingStub
| Field Summary |
|---|
| Fields inherited from interface javax.xml.rpc.Stub |
|---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Constructor Summary | |
|---|---|
DomainBindingStub()
|
|
DomainBindingStub(javax.xml.rpc.Service service)
|
|
DomainBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
ProjectsForActionContainer |
getProjectsForAction(java.lang.String action,
java.lang.String username,
PaginationType pagination)
Returns a simple the list of projects that has the action, identified by the given action name, in one of the roles from the project's members. |
ProjectsForUserContainer |
getProjectsForUser(java.lang.String username,
PaginationType pagination)
Returns a simple the list of projects that the user, identified by the given username, has direct roles on the current domain. |
ResourcesForActionContainer |
getResourcesForAction(java.lang.String action,
java.lang.String username,
java.lang.String project)
Returns a list resources associated with the given action on the given project for a given username. |
UserInfoType |
getUserByEmail(java.lang.String userEmail)
Returns the information of a domain user by a email. |
UserInfoType |
getUserByName(java.lang.String userFullName)
Returns the information of a domain user by a given full name. |
UserInfoType |
getUserByUsername(java.lang.String username)
Returns the information of a domain user by a given username. |
SimpleUsernameStatusType |
isUserValid(java.lang.String username,
java.lang.String password)
Returns the status information for a given username and password. |
| Methods inherited from class org.apache.axis.client.Stub |
|---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DomainBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public DomainBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public DomainBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
public UserInfoType getUserByUsername(java.lang.String username)
throws java.rmi.RemoteException,
WSException
Domain
getUserByUsername in interface Domainusername - is is the username of an existing user on the current
domain.
UserInfoType
java.rmi.RemoteException
WSException -
public UserInfoType getUserByName(java.lang.String userFullName)
throws java.rmi.RemoteException,
WSException
Domain
getUserByName in interface DomainuserFullName - is the full name of an existing user on the current
domain.
UserInfoType
java.rmi.RemoteException
WSException -
public UserInfoType getUserByEmail(java.lang.String userEmail)
throws java.rmi.RemoteException,
WSException
Domain
getUserByEmail in interface DomainuserEmail - is the email from an existing user on the current
domain.
UserInfoType
java.rmi.RemoteException
WSException -
public SimpleUsernameStatusType isUserValid(java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException,
WSException
Domain
isUserValid in interface Domainusername - is the username from an existing user on the current
domain.password - is the password matching exactly the one from the given
username from an existing user on the current domain.
SimpleUsernameStatusType
java.rmi.RemoteException
WSException -
public ProjectsForUserContainer getProjectsForUser(java.lang.String username,
PaginationType pagination)
throws java.rmi.RemoteException,
WSException
DomainPaginationType.
getProjectsForUser in interface Domainusername - is the username from an existing user on the current
domain.
ProjectsForUserContainer
java.rmi.RemoteException
WSException -
public ProjectsForActionContainer getProjectsForAction(java.lang.String action,
java.lang.String username,
PaginationType pagination)
throws java.rmi.RemoteException,
WSException
DomainPaginationType.
getProjectsForAction in interface Domainaction - is the action name on the current domain.username - is the username of the user to be verified.
ProjectsForActionContainer
java.rmi.RemoteException
WSException -
public ResourcesForActionContainer getResourcesForAction(java.lang.String action,
java.lang.String username,
java.lang.String project)
throws java.rmi.RemoteException,
WSException
Domain
getResourcesForAction in interface Domainaction - is the action name on the current domain.
ResourcesForActionContainer
java.rmi.RemoteException
WSException -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||