Packageorg.servebox.toolbox.acl
Classpublic class AccessRequestUser
InheritanceAccessRequestUser Inheritance AccessRequestObject Inheritance BasicACLObject

A Simple ARO user



Public Properties
 PropertyDefined by
  groups : ArrayCollection
AccessRequestUser
 Inheritedname : String
The name of the object.
BasicACLObject
  roles : ArrayCollection
AccessRequestUser
 InheritedUID : String
The UID of the object.
BasicACLObject
Public Methods
 MethodDefined by
  
AccessRequestUser
  
AccessRequestUser
 Inherited
equals(value:IBasicObject):Boolean
Object comparison mechanism.
BasicACLObject
 Inherited
hashCode():int
Returns the hashcode of the object.
BasicACLObject
 Inherited
toString():String
Returns the string representation of the specified object.
BasicACLObject
Property detail
groupsproperty
groups:ArrayCollection  [read-write]Implementation
    public function get groups():ArrayCollection
    public function set groups(value:ArrayCollection):void
rolesproperty 
roles:ArrayCollection  [read-write]Implementation
    public function get roles():ArrayCollection
    public function set roles(value:ArrayCollection):void
Method detail
addGroup()method
public function addGroup(group:AccessRequestGroup):voidParameters
group:AccessRequestGroup
addRole()method 
public function addRole(role:AccessRequestRole):voidParameters
role:AccessRequestRole