| Home | Trees | Index | Help |
|
|---|
| Package AccessGrid :: Package Security :: Module Action :: Class MethodAction |
|
Action --+
|
MethodAction
The Method Action class.
Method actions are created for all methods on objects that expose them via SOAP. This provides a way to authorize per-method access on the objects.| Method Summary | |
|---|---|
| Inherited from Action | |
Return the return of this is an Action object. | |
The __str__ method provides a way to print this object as a string. | |
The repr method produces an XML representation of the action object. | |
This method adds a role to the action. | |
This method searchs for a Role object (by name) in this action. | |
Simple accessor for the name attribute. | |
This method retrieves the list of roles assocatied with this action. | |
Returns the list of roles as strings. | |
This method checks to see if the specified role is found in the action. | |
Remove a role from the action. | |
This is the accessor that sets the name of the action. | |
This method sets the action's role list, it overwrites the previous value. | |
The ToXML converts this objects to a DOM subtree of the specified DOM Document. | |
| Class Variable Summary | |
|---|---|
| string | TYPE: The type of the action object, currently this is an opaque string. |
| Class Variable Details |
|---|
TYPEThe type of the action object, currently this is an opaque string.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:29 2005 | http://epydoc.sf.net |