The com.adobe.edc.server.spi.authorization package contains classes and interfaces necessary for implementing the Adobe Rights Management ES Authorization Service Provider Interface (SPI).
| Interface | Description | |
|---|---|---|
| ExternalAuthorizer | The ExternalAuthorizer interface is implemented to create a custom mechanism that allows external systems to participate and evaluate policy permissions. |
| Class | Description | |
|---|---|---|
| ExternalAuthDTO | The ExternalAuthDTO class is used for sending all the information to the com.adobe.edc.server.spi.authorization.ExternalAuthorizer#evaluate() evaluate() method. |
|
| ExternalAuthOperationType | The ExternalAuthOperationType class is used by the Rights Management ES service during the com.adobe.edc.server.spi.authorization.ExternalAuthorizer#evaluate() evaluate() call to the External Authorizer SPI. |
|
| ExternalAuthPropertyDTO | The ExternalAuthPropertyDTO class is used by the implementation to define custom properties and return the values to the Rights Management service during the com.adobe.edc.server.spi.authorization.ExternalAuthorizer#getProviderProperties() getProviderProperties() method. |
|
| ExternalAuthResultDTO | The ExternalAuthResultDTO class is used by the com.adobe.edc.server.spi.authorization.ExternalAuthorizer interface to return the result as part of the com.adobe.edc.server.spi.authorization.ExternalAuthorizer#evaluate() evaluate() method. |
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/package-detail.html