com.ibm.mm.sdk.common
Interface dkCredentialVaultUserExitICM
-
public interface dkCredentialVaultUserExitICM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description DKNVPair[]getCredentialData(java.lang.String serverId, java.lang.String userid, java.lang.String authentication, DKNVPair[] options)Get credential data
-
-
-
Method Detail
-
getCredentialData
DKNVPair[] getCredentialData(java.lang.String serverId, java.lang.String userid, java.lang.String authentication, DKNVPair[] options) throws java.lang.Exception
Get credential data- Parameters:
serverId- server identifieruserId- mapped user identifierauthentication- mapped user's passwordoptions- options for user exit (Note: for future use)- Returns:
- an array of DKNVPairs with the actual userid and password
information. If null or empty array is returned then no credential
information was found for this server identifier.
If server identifier is found, the DKNVPair array will contain 2 entries.
DKNVPair 1 - Name: DKConstantICM.DK_ICM_PARM_CRED_VAULT_USERID Value:
DKNVPair 2 - Name: DKConstantICM.DK_ICM_PARM_CRED_VAULT_AUTH Value: Note: The values of the DKNVPair array parameters DKConstantICM.DK_ICM_PARM_CRED_VAULT_USERID and DKConstantICM.DK_ICM_PARM_CRED_VAULT_AUTH cannot be empty string. - Throws:
java.lang.Exception
-
-