Class WebSpherePreAuthenticatedProcessingFilter

  • 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 WebSpherePreAuthenticatedProcessingFilter
    extends AbstractPreAuthenticatedProcessingFilter
    This AbstractPreAuthenticatedProcessingFilter implementation is based on WebSphere authentication. It will use the WebSphere RunAs user principal name as the pre-authenticated principal.
    Since:
    2.0
    • Constructor Detail

      • WebSpherePreAuthenticatedProcessingFilter

        public WebSpherePreAuthenticatedProcessingFilter()
        Public constructor which overrides the default AuthenticationDetails class to be used.