Uses of Interface
com.svenruppert.jsentinel.bruteforce.LoginAttemptDecision
Packages that use LoginAttemptDecision
-
Uses of LoginAttemptDecision in com.svenruppert.jsentinel.bruteforce
Classes in com.svenruppert.jsentinel.bruteforce that implement LoginAttemptDecisionModifier and TypeClassDescriptionstatic final recordThe attempt may proceed.static final recordThe caller is locked out.Methods in com.svenruppert.jsentinel.bruteforce that return LoginAttemptDecisionModifier and TypeMethodDescriptionInMemoryLoginAttemptPolicy.beforeAttempt(LoginAttemptContext context) LoginAttemptPolicy.beforeAttempt(LoginAttemptContext context) Decides whether the attempt described bycontextmay proceed.NoopLoginAttemptPolicy.beforeAttempt(LoginAttemptContext context) StoreBackedLoginAttemptPolicy.beforeAttempt(LoginAttemptContext context)