|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<StatusPageRequest.StatusPage>
oracle.irm.engine.core.status.StatusPageRequest.StatusPage
public static enum StatusPageRequest.StatusPage
The status pages provided by the desktop web site. The following status pages are supplied for use by the Desktop.
| Enum Constant Summary | |
|---|---|
AUTHENTICATION_ANONYMOUSNot authenticated status page. |
|
AUTHENTICATION_FAILEDAuthentication failed status page. |
|
DIAGNOSTICSDiagnostics status page. |
|
GENERAL_ERRORGeneral desktop error status page. |
|
INFORMATIONInformation status page. |
|
LICENSE_CHANGEDLicense changed status page. |
|
LICENSE_EXPIREDLicense expired status page. |
|
LICENSE_IN_USELicense in use status page. |
|
LICENSES_CHECKED_INLicenses checked in status page. |
|
MOVIE_AFTER_MOVIEMovie stopped status page. |
|
MOVIE_BEFORE_MOVIEMovie start status page. |
|
NO_LICENSESNo licenses status page. |
|
NO_LICENSES_OFFLINENo licenses while off-line status page. |
|
OFFICE_PASSWORD_PROTECTEDOffice content password protected status page. |
|
OFFICE_PLUGIN_NOT_TRUSTEDOffice plug-in status page. |
|
PRIVACYPrivacy statement status page. |
|
REPUDIATEDDesktop repudiated status page. |
|
SERVER_CONNECTIONCannot connect to server status page. |
|
UNKNOWNUnknown status page. |
|
UNKNOWN_CLASSIFICATIONUnknown classification status page. |
|
UNSUPPORTED_FORMATUnsupported content format status page. |
|
UPGRADEUpgrade required status page. |
|
| Method Summary | |
|---|---|
static StatusPageRequest.StatusPage |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static StatusPageRequest.StatusPage[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StatusPageRequest.StatusPage DIAGNOSTICS
public static final StatusPageRequest.StatusPage INFORMATION
public static final StatusPageRequest.StatusPage GENERAL_ERROR
public static final StatusPageRequest.StatusPage UNKNOWN
public static final StatusPageRequest.StatusPage PRIVACY
public static final StatusPageRequest.StatusPage LICENSE_EXPIRED
public static final StatusPageRequest.StatusPage LICENSES_CHECKED_IN
public static final StatusPageRequest.StatusPage LICENSE_IN_USE
public static final StatusPageRequest.StatusPage LICENSE_CHANGED
public static final StatusPageRequest.StatusPage NO_LICENSES
public static final StatusPageRequest.StatusPage NO_LICENSES_OFFLINE
public static final StatusPageRequest.StatusPage UPGRADE
public static final StatusPageRequest.StatusPage REPUDIATED
public static final StatusPageRequest.StatusPage SERVER_CONNECTION
public static final StatusPageRequest.StatusPage AUTHENTICATION_ANONYMOUS
public static final StatusPageRequest.StatusPage AUTHENTICATION_FAILED
public static final StatusPageRequest.StatusPage UNKNOWN_CLASSIFICATION
public static final StatusPageRequest.StatusPage UNSUPPORTED_FORMAT
public static final StatusPageRequest.StatusPage OFFICE_PASSWORD_PROTECTED
public static final StatusPageRequest.StatusPage OFFICE_PLUGIN_NOT_TRUSTED
public static final StatusPageRequest.StatusPage MOVIE_BEFORE_MOVIE
public static final StatusPageRequest.StatusPage MOVIE_AFTER_MOVIE
| Method Detail |
|---|
public static StatusPageRequest.StatusPage[] values()
for (StatusPageRequest.StatusPage c : StatusPageRequest.StatusPage.values())
System.out.println(c);
public static StatusPageRequest.StatusPage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||