Interface UserLicenseInfo


  • public interface UserLicenseInfo
    The UserLicenseInfo interface represents a single user’s license information. It contains an array containing the license types the user uses, a flag as to whether the user is enabled or not, and a method to return the user object.
    Since:
    MicroStrategy Web 8.0.2
    • Method Detail

      • getLicenseTypes

        int[] getLicenseTypes()
        Returns the license types for a user.
        Returns:
        the license types.
      • isEnabled

        boolean isEnabled()
        Returns whether the user is enabled or not.
        Returns:
        true if the user is enabled.
      • getUser

        WebUserEntity getUser()
        Returns the WebUserEntity object representing a user.
        Returns:
        the WebUserEntity object.
      • getUserName

        java.lang.String getUserName()
        Returns the user name. This is a shortcut method to get user name.
        Returns:
        the user name.
      • getUserID

        java.lang.String getUserID()
        Returns the user DSSID. This is a shortcut method to get user DSSID.
        Returns:
        the user DSSID.