| Package | main.model.vo |
| Class | public class GroupSpecVO |
| Inheritance | GroupSpecVO flash.net.GroupSpecifier |
| Implements | IGroupSpec |
| Property | Defined By | ||
|---|---|---|---|
| elementID : String [read-only] | GroupSpecVO | ||
| hashedPassphrase : String [read-only] | GroupSpecVO | ||
| name : String [read-only] | GroupSpecVO | ||
| opaque : Boolean [read-only] | GroupSpecVO | ||
| passphrase : String [read-only] | GroupSpecVO | ||
| salt : String [read-only] | GroupSpecVO | ||
| Method | Defined By | ||
|---|---|---|---|
GroupSpecVO(name:String, passphrase:String = null, hashedPassphrase:String = null, salt:String, downcase:Boolean = false, opaqueString:String = null) | GroupSpecVO | ||
encodeAuthorizations(passphrase:String, salt:String):void | GroupSpecVO | ||
makeUnique():void [override] | GroupSpecVO | ||
setPostingPassword(passphrase:String = null, salt:String):void [override] | GroupSpecVO | ||
setPublishPassword(passphrase:String = null, salt:String):void [override] | GroupSpecVO | ||
toOpaqueString(withAuth:Boolean = false):String | GroupSpecVO | ||
| Constant | Defined By | ||
|---|---|---|---|
| ALL_DISABLED : uint = 3 [static] | GroupSpecVO | ||
| POSTING_DISABLED : uint = 1 [static] | GroupSpecVO | ||
| PUBLISHING_DISABLED : uint = 2 [static] | GroupSpecVO | ||
| elementID | property |
elementID:String [read-only] public function get elementID():String| hashedPassphrase | property |
hashedPassphrase:String [read-only] public function get hashedPassphrase():String| name | property |
name:String [read-only] public function get name():String| opaque | property |
opaque:Boolean [read-only] public function get opaque():Boolean| passphrase | property |
passphrase:String [read-only] public function get passphrase():String| salt | property |
salt:String [read-only] public function get salt():String| GroupSpecVO | () | Constructor |
public function GroupSpecVO(name:String, passphrase:String = null, hashedPassphrase:String = null, salt:String, downcase:Boolean = false, opaqueString:String = null)name:String | |
passphrase:String (default = null) | |
hashedPassphrase:String (default = null) | |
salt:String (default = NaN) | |
downcase:Boolean (default = false) | |
opaqueString:String (default = null) |
| encodeAuthorizations | () | method |
public function encodeAuthorizations(passphrase:String, salt:String):voidParameters
passphrase:String | |
salt:String (default = NaN) |
| makeUnique | () | method |
override public function makeUnique():void| setPostingPassword | () | method |
override public function setPostingPassword(passphrase:String = null, salt:String):voidParameters
passphrase:String (default = null) | |
salt:String (default = NaN) |
| setPublishPassword | () | method |
override public function setPublishPassword(passphrase:String = null, salt:String):voidParameters
passphrase:String (default = null) | |
salt:String (default = NaN) |
| toOpaqueString | () | method |
public function toOpaqueString(withAuth:Boolean = false):StringParameters
withAuth:Boolean (default = false) |
String |
| ALL_DISABLED | Constant |
public static const ALL_DISABLED:uint = 3| POSTING_DISABLED | Constant |
public static const POSTING_DISABLED:uint = 1| PUBLISHING_DISABLED | Constant |
public static const PUBLISHING_DISABLED:uint = 2