Package com.cyberark.conjur.api
Class Endpoints
- java.lang.Object
-
- com.cyberark.conjur.api.Endpoints
-
- All Implemented Interfaces:
Serializable
public class Endpoints extends Object implements Serializable
AnEndpointsinstance provides endpoint URIs for the various conjur services.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointsfromCredentials(Credentials credentials)static EndpointsfromSystemProperties()URIgetAuthnUri()URIgetSecretsUri()StringtoString()
-
-
-
Method Detail
-
getAuthnUri
public URI getAuthnUri()
-
getSecretsUri
public URI getSecretsUri()
-
fromSystemProperties
public static Endpoints fromSystemProperties()
-
fromCredentials
public static Endpoints fromCredentials(Credentials credentials)
-
-