Class UserProfile

java.lang.Object
com.saperion.ngc.model.authorization.UserProfile

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

    • 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 String toString()
      Overrides:
      toString in class Object