com.adobe.flashaccess.sdk.policyupdate
Class PolicyEntry

java.lang.Object
  extended by com.adobe.flashaccess.sdk.policyupdate.PolicyEntry
Direct Known Subclasses:
PolicyRevocationEntry, PolicyUpdateEntry

public abstract class PolicyEntry
extends java.lang.Object

Base abstract class for entries that are added to a PolicyUpdateList.


Method Summary
 int getReason()
          Retrieves the reason code indicating why this policy has been affected.
 java.lang.String getReasonText()
          Retrieves user-friendly text describing the reason the policy is affected.
 java.lang.String getReasonURL()
          Retrieves a URL that can be queried for further information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReason

public int getReason()
Retrieves the reason code indicating why this policy has been affected.

Returns:
The reason code indicating why this policy has been affected.

getReasonText

public java.lang.String getReasonText()
Retrieves user-friendly text describing the reason the policy is affected.

Returns:
User-friendly text describing the reason the policy is affected, or null if no reason was specified.

getReasonURL

public java.lang.String getReasonURL()
Retrieves a URL that can be queried for further information.

Returns:
A URL that can be queried for further information, or null if no URL was specified.


[an error occurred while processing this directive] [an error occurred while processing this directive]