| Package | org.springextensions.actionscript.security |
| SVN browsing | MembershipAccessData.as |
| Fisheye | MembershipAccessData.as |
| Class | public class MembershipAccessData |
| Inheritance | MembershipAccessData SimpleMembershipOwner flash.events.EventDispatcher |
SimpleMembershipOwner that also holds an instance of AccessStrategy to determine
the type of access restriction to be used on a UIComponent instance.
See also
| Property | Defined by | ||
|---|---|---|---|
| accessStrategy : AccessStrategy
Determines the way access is restricted on the
UIComponents that a SimpleStageSecurityManager manages. | MembershipAccessData | ||
![]() | rights : Array
An array of strings that represent the right names that are applicable to the current
IMembershipOwner
| SimpleMembershipOwner | |
![]() | roles : Array
An array of strings that represent the role names that are applicable to the current
IMembershipOwner
| SimpleMembershipOwner | |
| Method | Defined by | ||
|---|---|---|---|
|
MembershipAccessData(target:IEventDispatcher = null)
Creates a new
MembershipAccessData instance. | MembershipAccessData | ||
| accessStrategy | property |
accessStrategy:AccessStrategy [read-write]
Determines the way access is restricted on the UIComponents that a SimpleStageSecurityManager manages.
public function get accessStrategy():AccessStrategy
public function set accessStrategy(value:AccessStrategy):void
| MembershipAccessData | () | constructor |
public function MembershipAccessData(target:IEventDispatcher = null)
Creates a new MembershipAccessData instance.
target:IEventDispatcher (default = null) |