|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.rights.ApplicationIdentifier
com.adobe.flashaccess.sdk.rights.SWFApplicationIdentifier
public class SWFApplicationIdentifier
This class is used to restrict SWF applications that can consume content. SWF applications are identified by a URL or by a hash value.
| Constructor Summary | |
|---|---|
SWFApplicationIdentifier(java.lang.String url)
Limits access to SWF applications with the specified URL. |
|
SWFApplicationIdentifier(SWFHash digestValue)
Limits access to SWF applications with the specified hash value. |
|
| Method Summary | |
|---|---|
SWFHash |
getSWFHash()
Retrieves the hash of the SWF application. |
java.lang.String |
getURL()
Retrieves the SWF application URL. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SWFApplicationIdentifier(java.lang.String url)
url - The URL of the SWF application.public SWFApplicationIdentifier(SWFHash digestValue)
digestValue - The SWF hash.| Method Detail |
|---|
public java.lang.String getURL()
public SWFHash getSWFHash()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||