| Package | org.springextensions.actionscript.security |
| SVN browsing | IMembershipOwner.as |
| Fisheye | IMembershipOwner.as |
| Interface | public interface IMembershipOwner extends flash.events.IEventDispatcher |
| Subinterfaces | ISecurityManager |
| Implementors | SimpleMembershipOwner |
| Property | Defined by | ||
|---|---|---|---|
| rights : Array
An array of strings that represent the right names that are applicable to the current
IMembershipOwner
| IMembershipOwner | ||
| roles : Array
An array of strings that represent the role names that are applicable to the current
IMembershipOwner
| IMembershipOwner | ||
| rights | property |
rights:Array [read-write]
An array of strings that represent the right names that are applicable to the current IMembershipOwner
public function get rights():Array
public function set rights(value:Array):void
| roles | property |
roles:Array [read-write]
An array of strings that represent the role names that are applicable to the current IMembershipOwner
public function get roles():Array
public function set roles(value:Array):void