Class KsmQuery

java.lang.Object
io.jenkins.plugins.ksm.KsmQuery

public class KsmQuery extends Object
  • Constructor Details

    • KsmQuery

      public KsmQuery()
  • Method Details

    • redeemToken

      public static com.keepersecurity.secretsManager.core.LocalConfigStorage redeemToken(String token, String hostname, boolean allowUnverifiedCertificate) throws Exception
      Throws:
      Exception
    • getOptions

      public static com.keepersecurity.secretsManager.core.SecretsManagerOptions getOptions(String clientId, String privateKey, String appKey, String hostname, boolean allowUnverifiedCertificate)
    • testCredentials

      public static String testCredentials(String clientId, String privateKey, String appKey, String hostname, boolean allowUnverifiedCertificate)