getOperationTypes
Returns the list of credential operation types supported for the specified credential.
For Java:
String[] getOperationTypes(CredentialId credId)
throws NoSuchCredentialException, SessionException, ManagementException, LocalizedRemoteException;
For C++:
TStringVector *getOperationTypes(CredentialId *credId)
Parameters:
-
credId—ID of the credential for which to assess the available credential operations.
Returns:
The list of credential operation types supported for the specified credential.
Exceptions:
-
NoSuchCredentialException—if the specified credential is not found.
-
SessionException—if there is no valid session (such as session not opened or timed out).
-
ManagementException—if an internal failure occurs.
-
LocalizedRemoteException— (thrown by the Web service layer) only when the most severe, unexpected, SOAP-level failures occur.
See openSession in the Credential Manager Methods section for related parameter details.