Language version: | ActionScript 3.0 |
A device group signifies a group of playback devices that shares protected-content playback rights.
authenticationMethod:String
[read-only]
Language version: | ActionScript 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:String
[read-only]
Language version: | ActionScript 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:String
[read-write]
Language version: | ActionScript 3.0 |
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:String
[read-only]
Language version: | ActionScript 3.0 |
The URL of the registration server for this device group.
Implementation
public function get serverURL():String
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00