com.adobe.livecycle.rightsmanagement.client
Class RightsManagementClient2
java.lang.Object
com.adobe.livecycle.rightsmanagement.client.RightsManagementClient
com.adobe.livecycle.rightsmanagement.client.RightsManagementClient2
public class RightsManagementClient2
- extends RightsManagementClient
Enables you to create Java objects that can invoke operations supported by the Client Encryption service.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RightsManagementClient2
public RightsManagementClient2(ServiceClientFactory serviceClientFactory)
- A constructor that creates a
RightsManagementClient
object.
- Parameters:
serviceClientFactory
- A ServiceClientFactory
object that contains connection settings.
getRightsManagementEncryptionService
public RightsManagementEncryptionService getRightsManagementEncryptionService()
getRightsManagementReaderExtensionService
public RightsManagementReaderExtensionService getRightsManagementReaderExtensionService()
getClientVersion
public java.lang.String getClientVersion()
- Retrieves the version of the client-side Rights Management SDK components.
This method is useful when comparing the version of
the server-side SDK components and the client-side SDK components to determine if they are compatible.
- Overrides:
getClientVersion
in class RightsManagementClient
- Returns:
- A
String
that contains the version of the client-side SDK components.