Uses of Enum Class
software.xdev.spring.security.web.authentication.ui.extendable.ExtendableLoginPageAdapter.InstallWith
Packages that use ExtendableLoginPageAdapter.InstallWith
Package
Description
-
Uses of ExtendableLoginPageAdapter.InstallWith in software.xdev.spring.security.web.authentication.ui.advanced
Constructors in software.xdev.spring.security.web.authentication.ui.advanced with parameters of type ExtendableLoginPageAdapter.InstallWithModifierConstructorDescriptionAdvancedLoginPageAdapter
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity, Supplier<AdvancedLoginPageGeneratingFilter> loginPageGeneratingFilterSupplier, Supplier<AdvancedLogoutPageGeneratingFilter> logoutPageGeneratingFilterSupplier, boolean copyDataFromExistingFilters, ExtendableLoginPageAdapter.InstallWith installWith) -
Uses of ExtendableLoginPageAdapter.InstallWith in software.xdev.spring.security.web.authentication.ui.extendable
Fields in software.xdev.spring.security.web.authentication.ui.extendable declared as ExtendableLoginPageAdapter.InstallWithModifier and TypeFieldDescriptionprotected ExtendableLoginPageAdapter.InstallWith
ExtendableLoginPageAdapter.InitConfiguration.installWith
Methods in software.xdev.spring.security.web.authentication.ui.extendable that return ExtendableLoginPageAdapter.InstallWithModifier and TypeMethodDescriptionExtendableLoginPageAdapter.InitConfiguration.getInstallWith()
Returns the enum constant of this class with the specified name.ExtendableLoginPageAdapter.InstallWith.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.spring.security.web.authentication.ui.extendable with parameters of type ExtendableLoginPageAdapter.InstallWithModifier and TypeMethodDescriptionExtendableLoginPageAdapter.InitConfiguration.installWith
(ExtendableLoginPageAdapter.InstallWith installWith) Constructors in software.xdev.spring.security.web.authentication.ui.extendable with parameters of type ExtendableLoginPageAdapter.InstallWithModifierConstructorDescriptionprotected
ExtendableLoginPageAdapter
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity, Supplier<LOGIN_FILTER> loginPageGeneratingFilterSupplier, Supplier<LOGOUT_FILTER> logoutPageGeneratingFilterSupplier, boolean copyDataFromExistingFilters, ExtendableLoginPageAdapter.InstallWith installWith)