- currentUserHasRole(String...) - Static method in class org.molgenis.security.core.utils.SecurityUtils
-
Returns whether the current user has at least one of the given roles
- currentUserIsAuthenticated() - Static method in class org.molgenis.security.core.utils.SecurityUtils
-
Returns whether the current user is authenticated and not the anonymous user
- currentUserIsSu() - Static method in class org.molgenis.security.core.utils.SecurityUtils
-
Returns whether the current user is a super user
- currentUserIsSuOrSystem() - Static method in class org.molgenis.security.core.utils.SecurityUtils
-
Returns whether the current user is a superuser or the system user.
- currentUserisSystem() - Static method in class org.molgenis.security.core.utils.SecurityUtils
-
Returns whether the current user is the system user.