| Package | org.springextensions.actionscript.security |
| SVN browsing | SimpleSecurityStageProcessor.as |
| Fisheye | SimpleSecurityStageProcessor.as |
| Class | public class SimpleSecurityStageProcessor |
| Inheritance | SimpleSecurityStageProcessor AbstractStageProcessor |
An IStageProcessor implementation that uses an ISecurityManagerFactory instance to
create ISecurityManager instances for the stage components passed to its process() method.
This IStageProcessor creates a PropertyValueBasedObjectSelector by default.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | document : Object
The MXML document associated with the current
IStageProcessor. | AbstractStageProcessor | |
![]() | isDisposed : Boolean | AbstractStageProcessor | |
![]() | objectSelector : IObjectSelector
The specified
IObjectSelector instance. | AbstractStageProcessor | |
| securityManagerFactory : ISecurityManagerFactory
The
ISecurityManagerFactory implementation responsible for creating ISecurityManager
instances for the stage components passed to the current SimpleSecurityStageProcessor
| SimpleSecurityStageProcessor | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
SimpleSecurityStageProcessor
| SimpleSecurityStageProcessor | ||
![]() |
dispose():void
| AbstractStageProcessor | |
|
process(object:Object):Object
Invokes the
createInstance() method on the securityManagerFactory instance with
the specified object. | SimpleSecurityStageProcessor | ||
| securityManagerFactory | property |
securityManagerFactory:ISecurityManagerFactory [read-write]
The ISecurityManagerFactory implementation responsible for creating ISecurityManager
instances for the stage components passed to the current SimpleSecurityStageProcessor
The default value is a SimpleSecurityManagerFactory instance.
public function get securityManagerFactory():ISecurityManagerFactory
public function set securityManagerFactory(value:ISecurityManagerFactory):void
See also
| SimpleSecurityStageProcessor | () | constructor |
public function SimpleSecurityStageProcessor()
Creates a new SimpleSecurityStageProcessor
| process | () | method |
public override function process(object:Object):Object
Invokes the createInstance() method on the securityManagerFactory instance with
the specified object.
object:Object |
Object |
See also