Package org.apache.shiro.web.tags
package org.apache.shiro.web.tags
Provides the Shiro JSP Tag Library implementations.
Shiro JSP Tags can be used to evaluate or not evaluate (show or not show) parts of a JSP page based on the
current user's authentication status and/or authorization (access control) abilities.
-
ClassesClassDescriptionJSP tag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.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.Displays body content if the current user has any of the roles specified.JSP tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.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.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.