Class UserProfile


  • public final class UserProfile
    extends java.lang.Object
    This class provied access to the settings in the current user's profile.
    Author:
    cmerkel
    • Method Detail

      • get

        public static UserProfile get()
        Returns the profile of the current user.
        Returns:
        the profile of the current user
      • isImportAllowed

        public boolean isImportAllowed()
      • isIndexingAllowed

        public boolean isIndexingAllowed()
      • isQueryAllowed

        public boolean isQueryAllowed()
      • isDisplayAllowed

        public boolean isDisplayAllowed()
      • isEditAllowed

        public boolean isEditAllowed()
      • isAdministrationAllowed

        public boolean isAdministrationAllowed()
      • isConfigureAllowed

        public boolean isConfigureAllowed()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object