Package | Description |
---|---|
org.apache.shiro.web.tags |
Provides the Shiro JSP Tag Library implementations.
|
Modifier and Type | Class and Description |
---|---|
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 |
class |
HasRoleTag |
class |
LacksPermissionTag |
class |
LacksRoleTag |
class |
NotAuthenticatedTag
JSP tag that renders the tag body only if the current user has not executed a successful authentication
attempt during their current session.
|
class |
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 |
class |
UserTag
JSP 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 © 2004–2017 The Apache Software Foundation. All rights reserved.