public class SpringSecurityUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
getContext() |
static LoginUser |
getCurrentUser() |
static <T extends LoginUser> |
getCurrentUser(java.lang.Class<T> clazz) |
public SecurityContext getContext()
public static <T extends LoginUser> T getCurrentUser(java.lang.Class<T> clazz)
public static LoginUser getCurrentUser()