Class SecureTagHandler

java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.shiro.ee.faces.tags.SecureTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler
Direct Known Subclasses:
AuthenticationTagHandler, PermissionTagHandler

public abstract class SecureTagHandler extends javax.faces.view.facelets.TagHandler
Base class for all TagHandlers
  • Field Summary

    Fields inherited from class javax.faces.view.facelets.TagHandler

    nextHandler, tag, tagId
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecureTagHandler(javax.faces.view.facelets.TagConfig config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.shiro.subject.Subject
     

    Methods inherited from class javax.faces.view.facelets.TagHandler

    getAttribute, getRequiredAttribute, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface javax.faces.view.facelets.FaceletHandler

    apply
  • Constructor Details

    • SecureTagHandler

      public SecureTagHandler(javax.faces.view.facelets.TagConfig config)
  • Method Details

    • getSubject

      protected org.apache.shiro.subject.Subject getSubject()