org.primefaces.util
Class SecurityUtils
java.lang.Object
org.primefaces.util.SecurityUtils
public class SecurityUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ifGranted
public static boolean ifGranted(String role)
ifAllGranted
public static boolean ifAllGranted(String value)
ifAnyGranted
public static boolean ifAnyGranted(String value)
ifNoneGranted
public static boolean ifNoneGranted(String value)
remoteUser
public static String remoteUser()
userPrincipal
public static Principal userPrincipal()
Copyright © 2013. All Rights Reserved.