Packageorg.springextensions.actionscript.security
SVN browsingIMembershipOwner.as
FisheyeIMembershipOwner.as
Interfacepublic interface IMembershipOwner extends flash.events.IEventDispatcher
SubinterfacesISecurityManager
ImplementorsSimpleMembershipOwner

Describes an object that hold a list of role and right names.



Documentation reference: the simplesecuritystageprocessor class

Sample project: security (source)


Public Properties
 PropertyDefined 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
Property detail
rightsproperty
rights:Array  [read-write]

An array of strings that represent the right names that are applicable to the current IMembershipOwner

Implementation
    public function get rights():Array
    public function set rights(value:Array):void
rolesproperty 
roles:Array  [read-write]

An array of strings that represent the role names that are applicable to the current IMembershipOwner

Implementation
    public function get roles():Array
    public function set roles(value:Array):void