com.cognos.CAM_AAA.authentication

Interface IAccount

  • All Superinterfaces:
    IBaseClass, IUiClass


    public interface IAccount
    extends IUiClass
    Defines the interface to use for implementing an IBM Cognos account.
    • Method Detail

      • getBusinessPhone

        java.lang.String getBusinessPhone()
        Returns the business phone number for the account. Returns null if business phone number is not supported.
        Returns:
        The business phone number for the account.
      • getEmail

        java.lang.String getEmail()
        Returns the email address for the account. Returns null if email is not supported.
        Returns:
        The email address for the account.
      • getContentLocale

        java.util.Locale getContentLocale()
        Returns the preferred content locale for the account. The content locale determines the language and data format of reports and queries in IBM Cognos. Returns null if content locale is not supported.
        Returns:
        The content locale for the account.
      • getFaxPhone

        java.lang.String getFaxPhone()
        Returns the fax phone number for the account. Returns null if fax phone number is not supported.
        Returns:
        The fax phone number for the account.
      • getGivenName

        java.lang.String getGivenName()
        Returns the given name for the account. Returns null if given name is not supported.
        Returns:
        The given name for the account.
      • getHomePhone

        java.lang.String getHomePhone()
        Returns the home phone number for the account. Returns null if home phone number is not supported.
        Returns:
        The home phone number for the account.
      • getMobilePhone

        java.lang.String getMobilePhone()
        Returns the mobile phone number for the account. Returns null if mobile phone number is not supported.
        Returns:
        The mobile phone number for the account.
      • getPagerPhone

        java.lang.String getPagerPhone()
        Returns the pager phone number for the account. Returns null if pager phone number is not supported.
        Returns:
        The pager phone number for the account.
      • getPostalAddress

        java.lang.String getPostalAddress()
        Returns the postal address for the account. Returns null if postal address is not supported.
        Returns:
        The postal address for the account.
      • getProductLocale

        java.util.Locale getProductLocale()
        Returns the preferred product locale for the account. The product locale determines the the language and data format for the user interface of IBM Cognos. Returns null if product locale is not supported.
        Returns:
        The product locale for the account.
      • getSurname

        java.lang.String getSurname()
        Returns the surname for the account. Returns null if surname is not supported.
        Returns:
        The surname for the account.
      • getUserName

        java.lang.String getUserName()
        Returns the username for the account. Returns null if username is not supported.
        Returns:
        The username for the account.
      • getCustomPropertyNames

        java.lang.String[] getCustomPropertyNames()
        Returns the names of all the custom properties that are supported for this account. Returns null if custom properties are not supported.
        Returns:
        The name of all custom properties for this account.
      • getCustomPropertyValue

        java.lang.String[] getCustomPropertyValue(java.lang.String theName)
        Returns the values of the specified custom property. Returns null if there is no value for this custom property.
        Parameters:
        theName - The name of the custom property to retrieve.
        Returns:
        The values of the specified custom property for this account.