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 that return Authentication Modifier and Type Method Description AuthenticationVCertClient. getCredentials()Methods in com.venafi.vcert.sdk with parameters of type Authentication Modifier and Type Method Description voidVCertClient. authenticate(Authentication credentials)This is the default implementation which provides a mechanism to authenticate the credentials provided in theAuthenticationobject.voidVCertClient. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.TokenInfoVCertTknClient. getAccessToken(Authentication auth)booleanVCertClient. isEmptyCredentials(Authentication credentials)Determines if the given credentials object is empty or not. -
Uses of Authentication in com.venafi.vcert.sdk.connectors
Methods in com.venafi.vcert.sdk.connectors that return Authentication Modifier and Type Method Description AuthenticationConnector. getCredentials()Methods in com.venafi.vcert.sdk.connectors with parameters of type Authentication Modifier and Type Method Description default voidConnector. authenticate(Authentication credentials)This is the default implementation which provides a mechanism to authenticate the credentials provided in theAuthenticationobject.voidConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.TokenInfoTokenConnector. getAccessToken(Authentication auth)returns a new access token.booleanConnector. isEmptyCredentials(Authentication credentials)Determines if the given credentials object is empty or not. -
Uses of Authentication in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud that return Authentication Modifier and Type Method Description AuthenticationCloudConnector. getCredentials()Methods in com.venafi.vcert.sdk.connectors.cloud with parameters of type Authentication Modifier and Type Method Description voidCloudConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.booleanCloudConnector. isEmptyCredentials(Authentication credentials)Determines if the given credentials object is empty or not. -
Uses of Authentication in com.venafi.vcert.sdk.connectors.tpp
Fields in com.venafi.vcert.sdk.connectors.tpp declared as Authentication Modifier and Type Field Description protected AuthenticationTppConnector. credentialsMethods in com.venafi.vcert.sdk.connectors.tpp that return Authentication Modifier and Type Method Description AuthenticationTppConnector. getCredentials()Methods in com.venafi.vcert.sdk.connectors.tpp with parameters of type Authentication Modifier and Type Method Description voidTppConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.voidTppTokenConnector. authorize(Authentication credentials)Performs the authorization actions using the credentials provided.TokenInfoTppTokenConnector. getAccessToken(Authentication auth)booleanTppConnector. isEmptyCredentials(Authentication credentials)Determines if the given credentials object is empty or not.booleanTppTokenConnector. isEmptyCredentials(Authentication credentials)Determines if the given credentials object is empty or not.
-