安全标签,命名空间为“sec”
| Type | Name and description |
|---|---|
Object |
ifLoggedInRenders the body if the user is authenticated. |
Object |
ifSwitchedRenders the body if the user is authenticated as another user via run-as. |
Object |
isEmployee是否为员工 |
Object |
name当前登录员工姓名、或用户昵称 |
Object |
nickname昵称 |
Object |
regtime注册时间 |
Object |
role判断角色是否授权 |
Object |
switchedUserOriginalUsernameRenders the username of the 'real' authentication when authenticated as another user via run-as. |
Object |
username用户名 |
| Type | Name and description |
|---|---|
static String |
getNamespace() |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
Renders the body if the user is authenticated.
Renders the body if the user is authenticated as another user via run-as.
是否为员工
当前登录员工姓名、或用户昵称
昵称
注册时间
format - 时间格式,默认为 yyyy-MM-dd判断角色是否授权
Renders the username of the 'real' authentication when authenticated as another user via run-as.
用户名