Uses of Class
org.apache.shiro.web.tags.SecureTag
Packages that use SecureTag
-
Uses of SecureTag in org.apache.shiro.web.tags
Subclasses of SecureTag in org.apache.shiro.web.tagsModifier and TypeClassDescriptionclassJSP tag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.classJSP 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.classDisplays body content if the current user has any of the roles specified.classclassclassclassclassJSP tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.classclassTag used to print out the String value of a user's default principal, or a specific principal as specified by the tag's attributes.classclassJSP 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.