public class ConjurAPI extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConjurAPI.ConjurAuthnInfo |
Modifier and Type | Method and Description |
---|---|
static String |
getAuthorizationToken(okhttp3.OkHttpClient client,
ConjurAPI.ConjurAuthnInfo conjurAuthn,
hudson.model.Run<?,?> context) |
static okhttp3.OkHttpClient |
getHttpClient() |
static String |
getSecret(okhttp3.OkHttpClient client,
ConjurAPI.ConjurAuthnInfo conjurAuthn,
String authToken,
String variablePath) |
public static String getAuthorizationToken(okhttp3.OkHttpClient client, ConjurAPI.ConjurAuthnInfo conjurAuthn, hudson.model.Run<?,?> context) throws IOException
IOException
public static okhttp3.OkHttpClient getHttpClient()
public static String getSecret(okhttp3.OkHttpClient client, ConjurAPI.ConjurAuthnInfo conjurAuthn, String authToken, String variablePath) throws IOException
IOException
Copyright © 2016–2020. All rights reserved.