Package | flash.net.drm |
Class | public final class DRMDeviceGroup |
Inheritance | DRMDeviceGroup Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.0 |
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 | ||
prototype : 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 |
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
serverURL | property |
Mon Nov 28 2011, 06:48 AM -08:00