Adobe Access Objective-C API  4.0
This document describes the Objective-C API exposed for Adobe Access support on iOS.
 All Classes Files Functions Typedefs Enumerations Enumerator Properties
Properties
DRMLicenseDomain Class Reference

#import <DRMInterface.h>

List of all members.

Properties

DRMAuthenticationMethod authenticationMethod
 The supported types of authentication are ANONYMOUS and USERNAME_AND_PASSWORD.
NSString * authenticationDomain
NSString * serverUrl
 Returns the URL of the license domain.

Detailed Description

A license domain signifies a group of playback devices that shares protected-content playback rights. License domains allow an implementor to provide their own keys and supplemental authentication mechanisms to tie together different Flash Access client instances into a single licensing group. This class captures the information needed to allow the application to authenticate to a "domain" server and join a domain. The class cannot be directly constructed by the application.

Definition at line 233 of file DRMInterface.h.


Property Documentation

- (NSString*) authenticationDomain [read, retain]

Returns the content domain of the media rights server to which the user must be authenticated to obtain the license for the associated content. If authentication is to the default domain or no authentication is required, the value is null.

Definition at line 240 of file DRMInterface.h.

The supported types of authentication are ANONYMOUS and USERNAME_AND_PASSWORD.

Returns the type of authentication required to obtain a license for the associated content.

Definition at line 236 of file DRMInterface.h.

- (NSString*) serverUrl [read, retain]

Returns the URL of the license domain.

Definition at line 242 of file DRMInterface.h.


The documentation for this class was generated from the following file: