Uses of Class
com.venafi.vcert.sdk.connectors.tpp.TppAPI
-
Packages that use TppAPI Package Description com.venafi.vcert.sdk.connectors.tpp -
-
Uses of TppAPI in com.venafi.vcert.sdk.connectors.tpp
Fields in com.venafi.vcert.sdk.connectors.tpp declared as TppAPI Modifier and Type Field Description protected TppAPIAbstractTppConnector. tppAPIMethods in com.venafi.vcert.sdk.connectors.tpp that return TppAPI Modifier and Type Method Description protected abstract TppAPIAbstractTppConnector. getTppAPI()protected TppAPITppConnector. getTppAPI()protected TppAPITppTokenConnector. getTppAPI()Methods in com.venafi.vcert.sdk.connectors.tpp with parameters of type TppAPI Modifier and Type Method Description static voidTppConnectorUtils. clearPolicyAttribute(String dn, String attributeName, TppAPI tppAPI)static voidTppConnectorUtils. createPolicy(String dn, TppAPI tppAPI)static booleanTppConnectorUtils. dnExist(String dn, TppAPI tppAPI)static TPPPolicyTppConnectorUtils. populatePolicy(TPPPolicy tppPolicy, TppAPI tppAPI)static voidTppConnectorUtils. resetAttributes(String policyName, TppAPI tppAPI)static voidTppConnectorUtils. setPolicyAttribute(String dn, String attributeName, Object[] values, boolean locked, TppAPI tppAPI)static voidTppConnectorUtils. setPolicyAttributes(TPPPolicy tppPolicy, TppAPI tppAPI)
-