Packageflash.net.drm
Classpublic final class DRMDeviceGroup
InheritanceDRMDeviceGroup Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 3.0

A device group signifies a group of playback devices that shares protected-content playback rights.



Public Properties
 PropertyDefined by
  authenticationMethod : String
[read-only] The type of authentication required to register to this device group.
DRMDeviceGroup
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  domain : String
[read-only] The content domain of the device group registration server to which the user must be authenticated before registering to this device group.
DRMDeviceGroup
  name : String
The domain name of this device group.
DRMDeviceGroup
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  serverURL : String
[read-only] The URL of the registration server for this device group.
DRMDeviceGroup
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
authenticationMethodproperty
authenticationMethod:String  [read-only]

Language version: ActionScript 3.0
Runtime version: AIR 3.0

The type of authentication required to register to this device group.

The supported types of authentication are:

The AuthenticationMethod class provides string constants to use with the authenticationMethod property.

Implementation
    public function get authenticationMethod():String
domainproperty 
domain:String  [read-only]

Language version: ActionScript 3.0
Runtime version: AIR 3.0

The content domain of the device group registration server to which the user must be authenticated before registering to this device group.

Note: The domain returned by this property has nothing to do with network or Internet domain names. In this case, a domain is a group of content or user accounts. For example, a single server could support several domains, each with its own set of content channels and subscribers.

Implementation
    public function get domain():String
nameproperty 
name:String  [read-write]

Language version: ActionScript 3.0
Runtime version: AIR 3.9

The domain name of this device group. This value is only set on the object returned in the DRMDeviceGroupEvent dispatched from DRMManager.addToDeviceGroup on success.

Note: The domain returned by this property has nothing to do with network or Internet domain names. In this case, a domain is the name of this device group.

Implementation
    public function get name():String
    public function set name(value:String):void
serverURLproperty 
serverURL:String  [read-only]

Language version: ActionScript 3.0
Runtime version: AIR 3.0

The URL of the registration server for this device group.

Implementation
    public function get serverURL():String