Package com.axelor.auth
Class AuthUtils
- java.lang.Object
-
- com.axelor.auth.AuthUtils
-
public class AuthUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.shiro.subject.Subject
getSubject()
static User
getUser()
static User
getUser(String code)
static boolean
hasRole(User user, String... roles)
static boolean
isActive(User user)
static boolean
isAdmin(User user)
static boolean
isTechnicalStaff(User user)
-