Package io.jenkins.plugins.ksm
Class KsmQuery
- java.lang.Object
-
- io.jenkins.plugins.ksm.KsmQuery
-
public class KsmQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description KsmQuery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.keepersecurity.secretsManager.core.SecretsManagerOptions
getOptions(String clientId, String privateKey, String appKey, String hostname, boolean allowUnverifiedCertificate)
static com.keepersecurity.secretsManager.core.LocalConfigStorage
redeemToken(String token, String hostname, boolean allowUnverifiedCertificate)
static String
testCredentials(String clientId, String privateKey, String appKey, String hostname, boolean allowUnverifiedCertificate)
-
-
-
Method Detail
-
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)
-
-