Uses of Class
com.venafi.vcert.sdk.endpoint.ConnectorType
-
Packages that use ConnectorType Package Description com.venafi.vcert.sdk com.venafi.vcert.sdk.connectors com.venafi.vcert.sdk.connectors.cloud com.venafi.vcert.sdk.connectors.tpp com.venafi.vcert.sdk.endpoint -
-
Uses of ConnectorType in com.venafi.vcert.sdk
Methods in com.venafi.vcert.sdk that return ConnectorType Modifier and Type Method Description ConnectorTypeVCertClient. getType()ConnectorTypeVCertTknClient. getType() -
Uses of ConnectorType in com.venafi.vcert.sdk.connectors
Methods in com.venafi.vcert.sdk.connectors that return ConnectorType Modifier and Type Method Description ConnectorTypeConnector. getType()ConnectorTypeTokenConnector. getType() -
Uses of ConnectorType in com.venafi.vcert.sdk.connectors.cloud
Methods in com.venafi.vcert.sdk.connectors.cloud that return ConnectorType Modifier and Type Method Description ConnectorTypeCloudConnector. getType() -
Uses of ConnectorType in com.venafi.vcert.sdk.connectors.tpp
Methods in com.venafi.vcert.sdk.connectors.tpp that return ConnectorType Modifier and Type Method Description ConnectorTypeTppConnector. getType()ConnectorTypeTppTokenConnector. getType() -
Uses of ConnectorType in com.venafi.vcert.sdk.endpoint
Methods in com.venafi.vcert.sdk.endpoint that return ConnectorType Modifier and Type Method Description static ConnectorTypeConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorType[]ConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-