getActionTypes
Returns the valid actions for the updateCredential. This is the method for the specified credential. See the type section for a list of possible action types.
For Java:
String[] getActionTypes(CredentialId credId)
throws NoSuchCredentialException, SessionException, ManagementException, LocalizedRemoteException;
For C++:
TStringVector *getActionTypes(CredentialId *credId)
Parameters:
-
credId—Credential for which to assess the available update actions.
Returns:
The list of update action 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 the updateCredential section for parameter details.