| 程序包 | 说明 |
|---|---|
| cn.dreampie.common.plugin.shiro.freemarker |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AuthenticatedTag
JSP tag that renders the tag body only if the current user has executed a successful authentication attempt
during their current session.
|
class |
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.
|
class |
HasAnyRolesTag
Displays body content if the current user has any of the roles specified.
|
class |
HasPermissionTag
Equivalent to
org.apache.shiro.web.tags.HasPermissionTag |
class |
HasRoleTag
Equivalent to
org.apache.shiro.web.tags.HasRoleTag |
class |
IsLoginFailureTag
Created by wangrenhui on 14-1-10.
|
class |
LacksPermissionTag
Equivalent to
org.apache.shiro.web.tags.LacksPermissionTag |
class |
LacksRoleTag
Equivalent to
org.apache.shiro.web.tags.LacksRoleTag |
class |
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.
|
class |
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.
|
class |
NotAuthenticatedTag
Freemarker tag that renders the tag body only if the current user has not executed a successful authentication
attempt during their current session.
|
class |
PermissionTag
Equivalent to
org.apache.shiro.web.tags.PermissionTag |
class |
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.
|
class |
RoleTag
Equivalent to
org.apache.shiro.web.tags.RoleTag |
class |
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.