Package | flash.net.drm |
Class | public final class DRMDeviceGroup |
Inheritance | DRMDeviceGroup Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0, Flash Player 11.9 |
Property | Defined By | ||
---|---|---|---|
authenticationMethod : String [read-only]
The type of authentication required to register to this device group. | DRMDeviceGroup | ||
constructor : 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 | ||
serverURL : String [read-only]
The URL of the registration server for this device group. | DRMDeviceGroup |
authenticationMethod | property |
authenticationMethod:String
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0 |
The type of authentication required to register to this device group.
The supported types of authentication are:
- AuthenticationMethod.ANONYMOUS — anyone can register.
- AuthenticationMethod.USERNAME_AND_PASSWORD — the user must supply a valid username and password of an account that is authorized to register to this device group.
The AuthenticationMethod class provides string constants to use with the
authenticationMethod
property.
Implementation
public function get authenticationMethod():String
domain | property |
domain:String
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | 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
name | property |
name:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.9, Flash Player 11.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
serverURL | property |
Wed Nov 21 2018, 06:34 AM -08:00