Uses of Class
com.cyberark.conjur.api.Credentials
-
Packages that use Credentials Package Description com.cyberark.conjur.api com.cyberark.conjur.api.clients -
-
Uses of Credentials in com.cyberark.conjur.api
Methods in com.cyberark.conjur.api that return Credentials Modifier and Type Method Description static CredentialsCredentials. fromSystemProperties()Creates a Credentials instance from the system propertiesMethods in com.cyberark.conjur.api with parameters of type Credentials Modifier and Type Method Description static EndpointsEndpoints. fromCredentials(Credentials credentials)Constructors in com.cyberark.conjur.api with parameters of type Credentials Constructor Description Conjur(Credentials credentials)Create a Conjur instance that uses a ResourceClient & an AuthnClient constructed with the given credentialsConjur(Credentials credentials, SSLContext sslContext)Create a Conjur instance that uses a ResourceClient & an AuthnClient constructed with the given credentialsVariables(Credentials credentials)Variables(Credentials credentials, SSLContext sslContext) -
Uses of Credentials in com.cyberark.conjur.api.clients
Constructors in com.cyberark.conjur.api.clients with parameters of type Credentials 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)
-