Class SSOFilterIntegratorPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.gatein.sso.integration.SSOFilterIntegratorPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class SSOFilterIntegratorPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Kernel plugin for adding SSOInterceptor into chain
Author:
Marek Posolda
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    SSOFilterIntegratorPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.ExoContainerContext containerContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gatein.sso.agent.filter.api.SSOInterceptor
     
     
    boolean
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

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

    • SSOFilterIntegratorPlugin

      public SSOFilterIntegratorPlugin(org.exoplatform.container.xml.InitParams params, org.exoplatform.container.ExoContainerContext containerContext)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getFilter

      public org.gatein.sso.agent.filter.api.SSOInterceptor getFilter()
    • getFilterMapping

      public String getFilterMapping()