public interface Callcontext
Represents the context of the invokation of the service. This includes (amongst others) the the authenticated user.
| 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 |
|---|
org.tigris.helm.om.User getUser()
org.tigris.helm.om.Project getProject()
org.tigris.helm.om.Domain getDomain()
org.tigris.helm.security.AccessControlList getACL()