| Package | com.adobe.edc.server.spi.authorization |
| Class | public class ExternalAuthOperationType |
| Inheritance | ExternalAuthOperationType Object
|
ExternalAuthOperationType class is used by the Rights Management ES service during the evaluate() call to the External Authorizer SPI. It provides information on the operation type being performed by the user.
| Method | Defined by | ||
|---|---|---|---|
|
String getOperationType()
Retrieves the operation type.
| ExternalAuthOperationType | ||
|
boolean isOperationSecureDocument()
Determines whether the operation is securing the document.
| ExternalAuthOperationType | ||
|
boolean isOperationViewDocument()
Determines whether the operation is viewing the document.
| ExternalAuthOperationType | ||
| Constant | Defined by | ||
|---|---|---|---|
| secure
[static] The secure document operation type.
| ExternalAuthOperationType | ||
| view
[static] The view document operation type.
| ExternalAuthOperationType | ||
| getOperationType | () |
public String getOperationType()Retrieves the operation type.
ReturnsA java.lang.String containing the operation type. |
| isOperationSecureDocument | () |
public boolean isOperationSecureDocument()Determines whether the operation is securing the document.
Returnstrue if the operation is securing the document, false otherwise. |
| isOperationViewDocument | () |
public boolean isOperationViewDocument()Determines whether the operation is viewing the document.
Returnstrue if the operation is viewing the document, false otherwise. |
| secure | Constant |
public static final secureThe secure document operation type.
| view | Constant |
public static final viewThe view document operation type.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/edc/server/spi/authorization/ExternalAuthOperationType.html