Class Hierarchy

  • java.lang.Object
    • org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
      • org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
        • org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter
      • com.xebialabs.xlrelease.auth.oidc.web.BeforeLicenseCheckFilter
      • com.xebialabs.xlrelease.auth.oidc.web.OpenIdConnectRetainAnchorFilter
    • org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint, org.springframework.beans.factory.InitializingBean)
    • com.xebialabs.xlrelease.auth.oidc.web.handlers.OidcLoginFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)
    • com.xebialabs.xlrelease.auth.oidc.policy.impl.OidcUserProfileCreationPolicy (implements com.xebialabs.xlrelease.security.authentication.policy.UserProfileCreationPolicy)
    • com.xebialabs.xlrelease.auth.oidc.config.OpenIdConnectConfig (implements org.springframework.context.EnvironmentAware)
    • com.xebialabs.xlrelease.auth.oidc.web.handlers.XlReleaseLoginFailureHandler (implements org.springframework.security.web.authentication.AuthenticationFailureHandler)