Interface User
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<User>current
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <U extends User>
UgetCurrent()booleanhasRole(String role)
-
-
-
Field Detail
-
current
static final ThreadLocal<User> current
-
-