com.ibm.mm.sdk.common

Interface dkCredentialVaultUserExitICM



  • public interface dkCredentialVaultUserExitICM
    • 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 identifier
        userId - mapped user identifier
        authentication - mapped user's password
        options - 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