Uses of Record Class
com.svenruppert.jsentinel.bruteforce.LoginAttemptConfiguration
Packages that use LoginAttemptConfiguration
-
Uses of LoginAttemptConfiguration in com.svenruppert.jsentinel.bruteforce
Methods in com.svenruppert.jsentinel.bruteforce that return LoginAttemptConfigurationModifier and TypeMethodDescriptionstatic LoginAttemptConfigurationLoginAttemptConfiguration.defaults()Defaults for normal end-user logins: 5 failures / 15 min window / 15 min initial lockout / 4 h cap.LoginAttemptConfigurationLoader.forBootstrap()Loads configuration for the bootstrap-admin endpoint, falling back toLoginAttemptConfiguration.strictBootstrap()when no source supplies a value.LoginAttemptConfigurationLoader.forLogin()Loads configuration for the standard login endpoint, falling back toLoginAttemptConfiguration.defaults()when no source supplies a value.static LoginAttemptConfigurationLoginAttemptConfiguration.strictBootstrap()Strict defaults intended for the bootstrap-admin endpoint: 3 failures / 1 h window / 1 h initial lockout / 24 h cap.Constructors in com.svenruppert.jsentinel.bruteforce with parameters of type LoginAttemptConfigurationModifierConstructorDescriptionInMemoryLoginAttemptPolicy(LoginAttemptConfiguration config, Clock clock, JSentinelAuditService auditService) StoreBackedLoginAttemptPolicy(LoginAttemptStore store, LoginAttemptConfiguration config, TenantId tenant, Clock clock) Full constructor.