Uses of Interface
com.svenruppert.jsentinel.bruteforce.LoginAttemptPolicy
Packages that use LoginAttemptPolicy
Package
Description
-
Uses of LoginAttemptPolicy in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return LoginAttemptPolicyModifier and TypeMethodDescriptionstatic LoginAttemptPolicyJSentinelServiceResolver.loginAttemptPolicy()Returns the registeredLoginAttemptPolicy, orNoopLoginAttemptPolicy.INSTANCEif no SPI implementation is configured.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type LoginAttemptPolicyModifier and TypeMethodDescriptionstatic Optional<LoginAttemptPolicy> JSentinelServiceResolver.findLoginAttemptPolicy()Returns the registeredLoginAttemptPolicy, or empty if none is configured.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type LoginAttemptPolicyModifier and TypeMethodDescriptionstatic voidJSentinelServiceResolver.setLoginAttemptPolicy(LoginAttemptPolicy policy) Replaces the cachedLoginAttemptPolicy. -
Uses of LoginAttemptPolicy in com.svenruppert.jsentinel.bruteforce
Classes in com.svenruppert.jsentinel.bruteforce that implement LoginAttemptPolicyModifier and TypeClassDescriptionfinal classIn-memoryLoginAttemptPolicysuitable for single-node demos and small deployments.final classDefaultLoginAttemptPolicy— never throttles, never records.final classLoginAttemptPolicythat stores its failure counters in aLoginAttemptStore.