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.SubjectgetSubject()static UsergetUser()static UsergetUser(String code)static booleanhasRole(User user, String... roles)static booleanisActive(User user)static booleanisAdmin(User user)static booleanisTechnicalStaff(User user)
-