Class AbstractFaceletsAuthorizeTag

java.lang.Object
org.springframework.security.taglibs.authz.AbstractAuthorizeTag
org.joinfaces.security.taglib.AbstractFaceletsAuthorizeTag
Direct Known Subclasses:
AnonymousFaceletsTag, AuthenticatedFaceletsTag, FaceletsAuthorizeTag, FullyAuthenticatedFaceletsTag

public class AbstractFaceletsAuthorizeTag extends org.springframework.security.taglibs.authz.AbstractAuthorizeTag
Implement some abstract methods using jsf technology.
See Also:
  • FaceletsAuthorizeTag
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected jakarta.servlet.ServletRequest
     
    protected jakarta.servlet.ServletResponse
     
    protected jakarta.servlet.ServletContext
     

    Methods inherited from class org.springframework.security.taglibs.authz.AbstractAuthorizeTag

    authorize, authorizeUsingAccessExpression, authorizeUsingUrlCheck, createExpressionEvaluationContext, getAccess, getMethod, getUrl, setAccess, setMethod, setUrl

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractFaceletsAuthorizeTag

      public AbstractFaceletsAuthorizeTag()
  • Method Details

    • getRequest

      protected jakarta.servlet.ServletRequest getRequest()
      Specified by:
      getRequest in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
    • getResponse

      protected jakarta.servlet.ServletResponse getResponse()
      Specified by:
      getResponse in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag
    • getServletContext

      protected jakarta.servlet.ServletContext getServletContext()
      Specified by:
      getServletContext in class org.springframework.security.taglibs.authz.AbstractAuthorizeTag