Class PortalIdentityFilter

java.lang.Object
org.exoplatform.container.web.AbstractFilter
org.exoplatform.services.security.web.SetCurrentIdentityFilter
io.meeds.spring.web.security.PortalIdentityFilter
All Implemented Interfaces:
jakarta.servlet.Filter

public class PortalIdentityFilter extends org.exoplatform.services.security.web.SetCurrentIdentityFilter
A Web filter to retrieve currently authenticated user Identity to current Web context session
  • Field Summary

    Fields inherited from class org.exoplatform.container.web.AbstractFilter

    config, servletContextName
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.exoplatform.services.security.web.SetCurrentIdentityFilter

    afterInit, destroy, doFilter

    Methods inherited from class org.exoplatform.container.web.AbstractFilter

    getContainer, getServletContext, init, requirePortalEnvironment

    Methods inherited from class java.lang.Object

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

    • PortalIdentityFilter

      public PortalIdentityFilter()