Package com.adobe.edc.server.spi.authorization
Classpublic class ExternalAuthOperationType
InheritanceExternalAuthOperationType Inheritance Object

The 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.



Public Methods
 MethodDefined by
  
Retrieves the operation type.
ExternalAuthOperationType
  
Determines whether the operation is securing the document.
ExternalAuthOperationType
  
Determines whether the operation is viewing the document.
ExternalAuthOperationType
Public Constants
 ConstantDefined by
  secure
[static] The secure document operation type.
ExternalAuthOperationType
  view
[static] The view document operation type.
ExternalAuthOperationType
Method Detail
getOperationType()
public String getOperationType()

Retrieves the operation type.

Returns
A java.lang.String containing the operation type.
isOperationSecureDocument() 
public boolean isOperationSecureDocument()

Determines whether the operation is securing the document.

Returns
true if the operation is securing the document, false otherwise.
isOperationViewDocument() 
public boolean isOperationViewDocument()

Determines whether the operation is viewing the document.

Returns
true if the operation is viewing the document, false otherwise.
Constant Detail
secureConstant
public static final secure

The secure document operation type.

viewConstant 
public static final view

The 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