public class SecurityUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
ifAllGranted(String value) |
static boolean |
ifAnyGranted(String value) |
static boolean |
ifGranted(String role) |
static boolean |
ifNoneGranted(String value) |
static String |
remoteUser() |
static Principal |
userPrincipal() |
public static boolean ifGranted(String role)
public static boolean ifAllGranted(String value)
public static boolean ifAnyGranted(String value)
public static boolean ifNoneGranted(String value)
public static String remoteUser()
public static Principal userPrincipal()
Copyright © 2019. All rights reserved.