Uses of Class
eu.webtoolkit.jwt.auth.AuthThrottle
Packages that use AuthThrottle
-
Uses of AuthThrottle in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return AuthThrottleModifier and TypeMethodDescriptionAbstractPasswordService.getPasswordThrottle()
Returns the class instance managing the delaying.PasswordService.getPasswordThrottle()
Returns the class instance managing the throttling delay.Methods in eu.webtoolkit.jwt.auth with parameters of type AuthThrottleModifier and TypeMethodDescriptionvoid
PasswordService.setPasswordThrottle
(AuthThrottle delayer) Sets the class instance managing the throttling delay. -
Uses of AuthThrottle in eu.webtoolkit.jwt.auth.mfa
Methods in eu.webtoolkit.jwt.auth.mfa that return AuthThrottleMethods in eu.webtoolkit.jwt.auth.mfa with parameters of type AuthThrottleModifier and TypeMethodDescriptionvoid
AbstractMfaProcess.setMfaThrottle
(AuthThrottle authThrottle) Sets the instance that manages throttling.