Uses of Class
com.venafi.vcert.sdk.endpoint.Authentication
-
Packages that use Authentication Package Description com.venafi.vcert.sdk com.venafi.vcert.sdk.connectors com.venafi.vcert.sdk.connectors.cloud com.venafi.vcert.sdk.connectors.tpp -
-
Uses of Authentication in com.venafi.vcert.sdk
Methods in com.venafi.vcert.sdk with parameters of type Authentication Modifier and Type Method Description voidVCertClient. authenticate(Authentication auth)Authenticate the user with Venafi using either API key for Venafi Cloud or user and password for TPPTokenInfoVCertTknClient. getAccessToken(Authentication auth) -
Uses of Authentication in com.venafi.vcert.sdk.connectors
Methods in com.venafi.vcert.sdk.connectors with parameters of type Authentication Modifier and Type Method Description voidConnector. authenticate(Authentication auth)Authenticate the user with Venafi using either API key for Venafi Cloud or user and password for TPPTokenInfoTokenConnector. getAccessToken(Authentication auth)returns a new access token. -
Uses of Authentication in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud with parameters of type Authentication Modifier and Type Method Description voidCloudConnector. authenticate(Authentication auth) -
Uses of Authentication in com.venafi.vcert.sdk.connectors.tpp
Methods in com.venafi.vcert.sdk.connectors.tpp with parameters of type Authentication Modifier and Type Method Description voidTppConnector. authenticate(Authentication auth)TokenInfoTppTokenConnector. getAccessToken(Authentication auth)
-