public class Endpoints extends Object implements Serializable
Endpoints instance provides endpoint URIs for the various conjur services.| Constructor and Description |
|---|
Endpoints(String authnUri,
String secretsUri) |
Endpoints(URI authnUri,
URI secretsUri) |
| Modifier and Type | Method and Description |
|---|---|
static Endpoints |
fromCredentials(Credentials credentials) |
static Endpoints |
fromSystemProperties() |
URI |
getAuthnUri() |
URI |
getSecretsUri() |
String |
toString() |
public URI getAuthnUri()
public URI getSecretsUri()
public static Endpoints fromSystemProperties()
public static Endpoints fromCredentials(Credentials credentials)
Copyright © 2025. All rights reserved.