Class ServicePrincipalCredentials

  • All Implemented Interfaces:
    Credentials

    public class ServicePrincipalCredentials
    extends Object
    implements Credentials
    Service Principal credentials allow your application to call PDF Services API. For getting the credentials, Click Here
    • Constructor Detail

      • ServicePrincipalCredentials

        public ServicePrincipalCredentials​(String clientId,
                                           String clientSecret)
        Creates an instance of ServicePrincipalCredentials.
        Parameters:
        clientId - client Id for ServicePrincipalCredentials; can not be null or empty.
        clientSecret - client secret for ServicePrincipalCredentials; can not be null or empty.
    • Method Detail

      • getClientId

        public String getClientId()
        Client Id
        Returns:
        client Id
      • getClientSecret

        public String getClientSecret()
        Client Secret
        Returns:
        client secret