|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.edc.server.spi.authorization.ExternalAuthOperationType
public class ExternalAuthOperationType
The ExternalAuthOperationType class is used by the Rights Management Service during the
evaluate() call to the External
Authorizer SPI. It provides information on the operation type being performed by the user.
| Field Summary | |
|---|---|
static ExternalAuthOperationType |
secure
The secure document operation type. |
static ExternalAuthOperationType |
view
The view document operation type. |
| Method Summary | |
|---|---|
java.lang.String |
getOperationType()
Retrieves the operation type. |
boolean |
isOperationSecureDocument()
Determines whether the operation is securing the document. |
boolean |
isOperationViewDocument()
Determines whether the operation is viewing the document. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ExternalAuthOperationType secure
public static final ExternalAuthOperationType view
| Method Detail |
|---|
public java.lang.String getOperationType()
java.lang.String containing the operation type.public boolean isOperationSecureDocument()
true if the operation is securing the document, false otherwise.public boolean isOperationViewDocument()
true if the operation is viewing the document, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||