Uses of Class
org.apache.shiro.web.tags.SecureTag

Packages that use SecureTag
Package
Description
Provides the Shiro JSP Tag Library implementations.
  • Uses of SecureTag in org.apache.shiro.web.tags

    Modifier and Type
    Class
    Description
    class 
    JSP tag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.
    class 
    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 
    Displays body content if the current user has any of the roles specified.
    class 
     
    class 
     
    class 
     
    class 
     
    class 
    JSP tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.
    class 
     
    class 
    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 
     
    class 
    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.