Package org.apache.shiro.ee.faces.tags


package org.apache.shiro.ee.faces.tags
  • Classes
    Class
    Description
    Tag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.
    Base TagHandler for Tags that check for authentication.
    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.
    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.
    Displays body content if the current user has any of the roles specified.
    Tag that renders the tag body only if the current user has the string permissions specified in name attribute.
     
     
     
    Tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.
    Base TagHandler for Tags that check for permissions.
    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.
    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.
    Base class for JSF components.
    Base class for all TagHandlers
    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.