![]() |
Adobe Access Objective-C API
4.0
This document describes the Objective-C API exposed for Adobe Access support on
iOS.
|
#import <DRMInterface.h>
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. |
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.
- (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.
- (DRMAuthenticationMethod) authenticationMethod [read, assign] |
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.