Package org.primefaces.util
Class SecurityUtils
- java.lang.Object
-
- org.primefaces.util.SecurityUtils
-
public final class SecurityUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanifAllGranted(Object value)static booleanifAnyGranted(Object value)static booleanifGranted(String role)static booleanifNoneGranted(Object value)static StringremoteUser()static PrincipaluserPrincipal()
-
-
-
Method Detail
-
ifGranted
public static boolean ifGranted(String role)
-
ifAllGranted
public static boolean ifAllGranted(Object value)
-
ifAnyGranted
public static boolean ifAnyGranted(Object value)
-
ifNoneGranted
public static boolean ifNoneGranted(Object value)
-
remoteUser
public static String remoteUser()
-
userPrincipal
public static Principal userPrincipal()
-
-