Package org.craftercms.studio.impl.v2.security.listener
package org.craftercms.studio.impl.v2.security.listener
-
ClassesClassDescriptionBase class for all audit authentication listenersListener for Spring's
AuthenticationSuccessEventthat generates an access token for the userListener for Spring's login that records events using Studio's audit serviceListener for Spring's logout that records events using Studio's audit serviceListener for Spring session destroyed event to record session timeoutListener that handles login attempts and adds a delay to the response.
This listener will add a random delay to all login attempts, successful or not.
It will notify theLoginAttemptManagerof the login attempt result.