Class ExtendableLoginPageAdapter<SELF extends ExtendableLoginPageAdapter<SELF,SHARED_FILTER,LOGIN_FILTER,LOGOUT_FILTER,H>,SHARED_FILTER extends ExtendableDefaultPageGeneratingFilter,LOGIN_FILTER extends ExtendableDefaultLoginPageGeneratingFilter,LOGOUT_FILTER extends ExtendableDefaultLogoutPageGeneratingFilter,H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>>

java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,B>
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<SELF,H>
software.xdev.spring.security.web.authentication.ui.extendable.ExtendableLoginPageAdapter<SELF,SHARED_FILTER,LOGIN_FILTER,LOGOUT_FILTER,H>
All Implemented Interfaces:
org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,H>
Direct Known Subclasses:
AdvancedLoginPageAdapter

public abstract class ExtendableLoginPageAdapter<SELF extends ExtendableLoginPageAdapter<SELF,SHARED_FILTER,LOGIN_FILTER,LOGOUT_FILTER,H>,SHARED_FILTER extends ExtendableDefaultPageGeneratingFilter,LOGIN_FILTER extends ExtendableDefaultLoginPageGeneratingFilter,LOGOUT_FILTER extends ExtendableDefaultLogoutPageGeneratingFilter,H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>> extends org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<SELF,H>