| 类 | 说明 |
|---|---|
| AuthenticatedTag |
JSP tag that renders the tag body only if the current user has executed a successful authentication attempt
during their current session.
|
| GuestTag |
JSP tag that renders the tag body if the current user is not known to the system, either because they
haven't logged in yet, or because they have no 'RememberMe' identity.
|
| HasAnyRolesTag |
Displays body content if the current user has any of the roles specified.
|
| HasPermissionTag |
Equivalent to
HasPermissionTag |
| HasRoleTag |
Equivalent to
HasRoleTag |
| IsLoginFailureTag |
Created by wangrenhui on 14-1-10.
|
| LacksPermissionTag |
Equivalent to
LacksPermissionTag |
| LacksRoleTag |
Equivalent to
LacksRoleTag |
| LoginExceptionTag |
Tag used to print out the String value of a user's default principal,
or a specific principal as specified by the tag's attributes.
|
| LoginUsernameTag |
Tag used to print out the String value of a user's default principal,
or a specific principal as specified by the tag's attributes.
|
| NotAuthenticatedTag |
Freemarker tag that renders the tag body only if the current user has not executed a successful authentication
attempt during their current session.
|
| PermissionTag |
Equivalent to
PermissionTag |
| PrincipalTag |
Tag used to print out the String value of a user's default principal,
or a specific principal as specified by the tag's attributes.
|
| RoleTag |
Equivalent to
RoleTag |
| SecureTag |
Equivalent to
SecureTag |
| ShiroTags |
Shortcut for injecting the tags into Freemarker
Usage: cfg.setSharedVeriable("shiro", new ShiroTags());
|
| UserTag |
Freemarker tag that renders the tag body if the current user known to the system, either from a successful login attempt
(not necessarily during the current session) or from 'RememberMe' services.
|
Copyright © 2014. All rights reserved.