Uses of Interface
org.gatein.sso.agent.filter.api.SSOInterceptor
Packages that use SSOInterceptor
Package
Description
-
Uses of SSOInterceptor in org.gatein.sso.agent.filter
Classes in org.gatein.sso.agent.filter that implement SSOInterceptor -
Uses of SSOInterceptor in org.gatein.sso.agent.filter.api
Classes in org.gatein.sso.agent.filter.api that implement SSOInterceptorModifier and TypeClassDescriptionclassBaseSSOInterceptorwhich adds possibility to be initialized either through Servlet API or through eXo kernel -
Uses of SSOInterceptor in org.gatein.sso.integration
Methods in org.gatein.sso.integration that return SSOInterceptorMethods in org.gatein.sso.integration that return types with arguments of type SSOInterceptorModifier and TypeMethodDescriptionSSOFilterIntegrator.getSSOInterceptors()SSOFilterIntegratorImpl.getSSOInterceptors()Constructor parameters in org.gatein.sso.integration with type arguments of type SSOInterceptorModifierConstructorDescriptionSSOFilterChain(jakarta.servlet.FilterChain containerChain, Map<SSOInterceptor, String> interceptors, SSODelegateFilter ssoDelegateFilter)