|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.flashaccess.sdk.rights.ApplicationRequirements
public class ApplicationRequirements
This class contains a white-list of applications allowed to consume protected content.
Constructor Summary | |
---|---|
ApplicationRequirements()
Creates an ApplicationRequirements object. |
Method Summary | |
---|---|
java.util.Collection |
getAllowedApplications()
Retrieves a list of applications which may be used. |
void |
setAllowedApplications(java.util.Collection appList)
Sets a list of applications which may be used. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationRequirements()
ApplicationRequirements
object. Initially, there are no applications
in the white-list.
Method Detail |
---|
public java.util.Collection getAllowedApplications()
ApplicationIdentifier
> containing application identifiers for allowed applications.public void setAllowedApplications(java.util.Collection appList)
appList
- Collection<ApplicationIdentifier
> containing application identifiers for allowed applications.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |