Uses of Class
org.apache.shiro.ee.faces.tags.SecureTagHandler

Packages that use SecureTagHandler
Package
Description
 
  • Uses of SecureTagHandler in org.apache.shiro.ee.faces.tags

    Modifier and Type
    Class
    Description
    class 
    Tag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.
    class 
    Base TagHandler for Tags that check for authentication.
    class 
    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 
    Tag that renders the tag body only if the current user has at least one of the comma-delimited string permissions specified in name attribute.
    class 
    Displays body content if the current user has any of the roles specified.
    class 
    Tag that renders the tag body only if the current user has the string permissions specified in name attribute.
    class 
     
    class 
     
    class 
     
    class 
    Tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.
    class 
    Base TagHandler for Tags that check for permissions.
    class 
    Tag that renders the tag body only if the current user's identity (aka principals) is remembered from a successful authentication during a previous session and the user has not executed a successful authentication attempt during their current session.
    class 
    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.