com.collabnet.core.ws.services
Interface Callcontext

All Known Implementing Classes:
CallcontextImpl

public interface Callcontext

Represents the context of the invokation of the service. This includes (amongst others) the the authenticated user.

Author:
sszego

Method Summary
 org.tigris.helm.security.AccessControlList getACL()
          Returns the access control list for this user and project/domain.
 org.tigris.helm.om.Domain getDomain()
          Returns the domain
 org.tigris.helm.om.Project getProject()
          Returns the helm project
 org.tigris.helm.om.User getUser()
          Returns the authenticated user associated with this callcontext
 

Method Detail

getUser

org.tigris.helm.om.User getUser()
Returns the authenticated user associated with this callcontext

Returns:
the username

getProject

org.tigris.helm.om.Project getProject()
Returns the helm project

Returns:
the project

getDomain

org.tigris.helm.om.Domain getDomain()
Returns the domain

Returns:
the domain

getACL

org.tigris.helm.security.AccessControlList getACL()
Returns the access control list for this user and project/domain.

Returns:
the helm AccessControlList