Class UserProfile
java.lang.Object
com.saperion.ngc.model.authorization.UserProfile
This class provied access to the settings in the current user's profile.
- Author:
- cmerkel
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserProfile
get()
Returns the profile of the current user.boolean
boolean
boolean
boolean
boolean
boolean
boolean
toString()
-
Method Details
-
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
-