public class AuthenticatedTag extends SecureTag
This is more restrictive than the UserTag, which only
ensures the current user is known to the system, either via a current login or from Remember Me services,
which only makes the assumption that the current user is who they say they are, and does not guarantee it like
this tag does.
The logically opposite tag of this one is the NotAuthenticatedTag
Equivalent to org.apache.shiro.web.tags.AuthenticatedTag
| 构造器和说明 |
|---|
AuthenticatedTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
render(freemarker.core.Environment env,
Map params,
freemarker.template.TemplateDirectiveBody body) |
execute, getParam, getSubject, renderBody, verifyParameterspublic void render(freemarker.core.Environment env,
Map params,
freemarker.template.TemplateDirectiveBody body)
throws IOException,
freemarker.template.TemplateException
render 在类中 SecureTagIOExceptionfreemarker.template.TemplateExceptionCopyright © 2014. All rights reserved.