Uses of Class
com.cyberark.conjur.api.Endpoints
-
Packages that use Endpoints Package Description com.cyberark.conjur.api com.cyberark.conjur.api.clients -
-
Uses of Endpoints in com.cyberark.conjur.api
Methods in com.cyberark.conjur.api that return Endpoints Modifier and Type Method Description static EndpointsEndpoints. fromCredentials(Credentials credentials)static EndpointsEndpoints. fromSystemProperties() -
Uses of Endpoints in com.cyberark.conjur.api.clients
Constructors in com.cyberark.conjur.api.clients with parameters of type Endpoints Constructor Description AuthnClient(Credentials credentials, Endpoints endpoints)AuthnClient(Credentials credentials, Endpoints endpoints, SSLContext sslContext)ResourceClient(Credentials credentials, Endpoints endpoints)ResourceClient(Credentials credentials, Endpoints endpoints, SSLContext sslContext)ResourceClient(Token token, Endpoints endpoints)ResourceClient(Token token, Endpoints endpoints, SSLContext sslContext)
-