Class AbstractSharedIamAuthenticationFilter

  • All Implemented Interfaces:
    javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware
    Direct Known Subclasses:
    FormDevLoginSpringFilter, IamAuthenticationSpringFilter, PropertiesDevLoginSpringFilter

    public abstract class AbstractSharedIamAuthenticationFilter
    extends org.springframework.web.filter.GenericFilterBean
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IAM_AUTH_SAVED_PATH  
      • Fields inherited from class org.springframework.web.filter.GenericFilterBean

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void authenticate​(AuthenticateDTO authenticateDTO)  
      protected java.lang.String getUsedPrincipal​(IamRequestWrapper request)  
      protected java.lang.String getUsernameForLog​(IamRequestWrapper request)  
      void setAdditionalProvider​(AdditionalInformationProvider additionalProvider)  
      • Methods inherited from class org.springframework.web.filter.GenericFilterBean

        addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.servlet.Filter

        doFilter
    • Field Detail

      • IAM_AUTH_SAVED_PATH

        public static final java.lang.String IAM_AUTH_SAVED_PATH
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractSharedIamAuthenticationFilter

        public AbstractSharedIamAuthenticationFilter()