Uses of Class
org.apache.shiro.ee.faces.tags.SecureTagHandler
Packages that use SecureTagHandler
-
Uses of SecureTagHandler in org.apache.shiro.ee.faces.tags
Subclasses of SecureTagHandler in org.apache.shiro.ee.faces.tagsModifier and TypeClassDescriptionclassTag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.classBase TagHandler for Tags that check for authentication.classTag 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.classTag that renders the tag body only if the current user has at least one of the comma-delimited string permissions specified in name attribute.classDisplays body content if the current user has any of the roles specified.classTag that renders the tag body only if the current user has the string permissions specified in name attribute.classclassclassclassTag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.classBase TagHandler for Tags that check for permissions.classTag 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.classTag 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.