com.ibm.itim.mail.workflow

Interface TemplateWorkflowNewAccountContext

    • Method Detail

      • getAccountUserId

        java.lang.String getAccountUserId()
        Returns the account user id for the account.
        Returns:
        String of the account user id.
      • getAccountServiceName

        java.lang.String getAccountServiceName()
        Returns the account service name for the account.
        Returns:
        String of the account service name.
      • getAccountServiceProfileName

        java.lang.String getAccountServiceProfileName()
        Returns the account service profile name for the account.
        Returns:
        String of the account service profile name.
      • getAccountPassword

        java.lang.String getAccountPassword()
        Returns the account password for the account. The account password is decrypted if the property enrole.workflow.notifypassword found in enRole.properties is true.
        Returns:
        String of the account password.
      • getAccountOwnerName

        java.lang.String getAccountOwnerName()
        Returns the account owner name for the account.
        Returns:
        String of the account owner name.
      • getTransactionId

        java.lang.String getTransactionId()
        Returns the password delivery transaction id for picking up the password created for this account.
        Returns:
        String of the password delivery transaction id.
      • getPasswordExpirePeriod

        int getPasswordExpirePeriod()
        Returns the password delivery expiration period.
        Returns:
        int representing the password delivery expiration period.
      • getPasswordRetrievalUrl

        java.lang.String getPasswordRetrievalUrl()
        Returns the password delivery URL in order to retrieve the password using the accounts shared secret.
        Returns:
        String of the password delivery URL.