| Package | org.servebox.toolbox.acl |
| Class | public class ACLEntry |
| Inheritance | ACLEntry BasicACLObject |
| Property | Defined by | ||
|---|---|---|---|
| accessControlObject : IAccessControlObject
Return the ACO
| ACLEntry | ||
| accessRequestObject : IAccessRequestObject
Return the ARO
| ACLEntry | ||
| action : String
Return the action
| ACLEntry | ||
| directive : String
Return the directive
| ACLEntry | ||
![]() | name : String
The name of the object.
| BasicACLObject | |
![]() | UID : String
The UID of the object.
| BasicACLObject | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
equals(value:IBasicObject):Boolean
Object comparison mechanism.
| BasicACLObject | |
![]() |
hashCode():int
Returns the hashcode of the object.
| BasicACLObject | |
![]() |
toString():String
Returns the string representation of the specified object.
| BasicACLObject | |
|
traceEntry():void
Log the current entry
| ACLEntry | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACTION_ALL : String = "ACTION_ALL" [static]
| ACLEntry | ||
| ACTION_CREATE : String = "ACTION_CREATE" [static]
| ACLEntry | ||
| ACTION_DELETE : String = "ACTION_DELETE" [static]
| ACLEntry | ||
| ACTION_UPDATE : String = "ACTION_UPDATE" [static]
| ACLEntry | ||
| ACTION_VIEW : String = "ACTION_VIEW" [static]
| ACLEntry | ||
| DIRECTIVE_ALLOW : String = "DIRECTIVE_ALLOW" [static]
| ACLEntry | ||
| DIRECTIVE_DENY : String = "DIRECTIVE_DENY" [static]
| ACLEntry | ||
| accessControlObject | property |
accessControlObject:IAccessControlObject [read-write]Return the ACO
This property can be used as the source for data binding.
Implementation public function get accessControlObject():IAccessControlObject
public function set accessControlObject(value:IAccessControlObject):void
| accessRequestObject | property |
accessRequestObject:IAccessRequestObject [read-write]Return the ARO
This property can be used as the source for data binding.
Implementation public function get accessRequestObject():IAccessRequestObject
public function set accessRequestObject(value:IAccessRequestObject):void
| action | property |
action:String [read-write]Return the action
This property can be used as the source for data binding.
Implementation public function get action():String
public function set action(value:String):void
| directive | property |
directive:String [read-write]Return the directive
This property can be used as the source for data binding.
Implementation public function get directive():String
public function set directive(value:String):void
| traceEntry | () | method |
public function traceEntry():voidLog the current entry
| ACTION_ALL | constant |
public static const ACTION_ALL:String = "ACTION_ALL"
| ACTION_CREATE | constant |
public static const ACTION_CREATE:String = "ACTION_CREATE"
| ACTION_DELETE | constant |
public static const ACTION_DELETE:String = "ACTION_DELETE"
| ACTION_UPDATE | constant |
public static const ACTION_UPDATE:String = "ACTION_UPDATE"
| ACTION_VIEW | constant |
public static const ACTION_VIEW:String = "ACTION_VIEW"
| DIRECTIVE_ALLOW | constant |
public static const DIRECTIVE_ALLOW:String = "DIRECTIVE_ALLOW"
| DIRECTIVE_DENY | constant |
public static const DIRECTIVE_DENY:String = "DIRECTIVE_DENY"