Uses of Interface
org.craftercms.studio.api.v2.security.LoginAttemptManager
Packages that use LoginAttemptManager
Package
Description
-
Uses of LoginAttemptManager in org.craftercms.studio.impl.v2.security
Classes in org.craftercms.studio.impl.v2.security that implement LoginAttemptManagerModifier and TypeClassDescriptionclassLoginAttemptManagerimplementation that keeps track of login failures in memory. -
Uses of LoginAttemptManager in org.craftercms.studio.impl.v2.security.listener
Constructors in org.craftercms.studio.impl.v2.security.listener with parameters of type LoginAttemptManager -
Uses of LoginAttemptManager in org.craftercms.studio.impl.v2.security.userdetails
Constructors in org.craftercms.studio.impl.v2.security.userdetails with parameters of type LoginAttemptManagerModifierConstructorDescriptionDbUserDetailsService(UserDAO userDao, LoginAttemptManager loginAttemptManager)