Class J2eePreAuthenticatedProcessingFilter

  • 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.ApplicationEventPublisherAware, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

    public class J2eePreAuthenticatedProcessingFilter
    extends AbstractPreAuthenticatedProcessingFilter
    This AbstractPreAuthenticatedProcessingFilter implementation is based on the J2EE container-based authentication mechanism. It will use the J2EE user principal name as the pre-authenticated principal.
    Since:
    2.0
    • Constructor Detail

      • J2eePreAuthenticatedProcessingFilter

        public J2eePreAuthenticatedProcessingFilter()