| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Module SharedApplication :: Class SharedApplicationI |
|
SOAPInterface --+
|
AuthorizationManagerI --+
|
AuthorizationIMixIn --+
|
SOAPInterface --+
|
SharedApplicationI
SharedApplication is the interface class for an application
| Method Summary | |
|---|---|
The server side interface object. | |
GetComponents(self,
private_token)
| |
GetData(self,
private_token,
key)
| |
GetDataChannel(self,
private_token)
| |
GetDataKeys(self,
private_token)
| |
GetId(self)
| |
GetParticipants(self,
private_token)
| |
GetState(self,
private_token)
| |
GetVenueURL(self,
private_token)
| |
Join(self,
clientProfile)
| |
Leave(self,
private_token)
| |
SetData(self,
private_token,
key,
value)
| |
SetParticipantProfile(self,
private_token,
profile)
| |
SetParticipantStatus(self,
private_token,
status)
| |
| Inherited from AuthorizationIMixIn | |
Accessor to retrieve the authorization manager from the mixin. | |
| Inherited from AuthorizationManagerI | |
Add an action to the authorization manager. | |
Add a role to the authorization manager. | |
Add multiple roles to an action. | |
Add a role to the specified action. | |
Add a subject to a particular role. | |
Find a role in this authorization manager. | |
Retrieve the policy. | |
Get the list of roles the subject is a part of. | |
Import policy. | |
Check to see if the subject authorized for the action. | |
List the actions known by this authorization manager. | |
Retrieve the entire list of Roles. | |
List subjects that are in a specific role. | |
Remove an action from the authorization manager. | |
Remove a role from the authorization manager. | |
Remove a Role from the action. | |
Remove multiple subjects from the role. | |
A test call that verifies the policy can be imported and exported without modification. | |
| Inherited from SOAPInterface | |
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client. | |
This method is here to support calls that just want to see if there is a valid server endpoint for communication from the client. | |
| Method Details |
|---|
__init__(self,
impl)
The server side interface object. This gets an implementation to
initialize itself with.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:28 2005 | http://epydoc.sf.net |