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

Packages that use AuthenticationTagHandler
Package
Description
 
  • Uses of AuthenticationTagHandler 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 
    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 not executed a successful authentication attempt during their current session.
    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.