Uses of Class
com.jalios.jcms.authentication.AuthenticationThrottledError
-
Packages that use AuthenticationThrottledError Package Description com.jalios.jcms.authentication -
-
Uses of AuthenticationThrottledError in com.jalios.jcms.authentication
Methods in com.jalios.jcms.authentication that throw AuthenticationThrottledError Modifier and Type Method Description void
AuthenticationContext. throttleIfNeeded(java.lang.String userId, java.lang.Class<? extends AuthenticationHandler> authHdlrClass)
Checks and perform throttling if it is required for the current authentication attempt.
-