Package com.adobe.edc.server.spi.authorization

The com.adobe.edc.server.spi.authorization package contains classes and interfaces necessary for implementing the Adobe Experience Manager Document Security Authorization Service Provider Interface (SPI).

See:
          Description

Interface Summary
ExternalAuthorizer The ExternalAuthorizer interface is implemented to create a custom mechanism that allows external systems to participate and evaluate policy permissions.
 

Class Summary
ExternalAuthDTO The ExternalAuthDTO class is used for sending all the information to the evaluate() method.
ExternalAuthOperationType The ExternalAuthOperationType class is used by the Rights Management Service during the 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 getProviderProperties() method.
ExternalAuthResultDTO The ExternalAuthResultDTO class is used by the ExternalAuthorizer interface to return the result as part of the evaluate() method.
 

Package com.adobe.edc.server.spi.authorization Description

The com.adobe.edc.server.spi.authorization package contains classes and interfaces necessary for implementing the Adobe Experience Manager Document Security Authorization Service Provider Interface (SPI).