Uses of Record Class
eu.rarogsoftware.rarog.platform.core.security.LoginAttemptService.LoginAttempt
Packages that use LoginAttemptService.LoginAttempt
Package
Description
-
Uses of LoginAttemptService.LoginAttempt in eu.rarogsoftware.rarog.platform.app.security
Methods in eu.rarogsoftware.rarog.platform.app.security that return types with arguments of type LoginAttemptService.LoginAttemptModifier and TypeMethodDescriptionSpringLoginAttemptService.getLoginAttempts(StandardUser user, int numberOfAttempts) SpringLoginAttemptService.getLoginAttempts(StandardUser user, Range<Instant> range) Methods in eu.rarogsoftware.rarog.platform.app.security with parameters of type LoginAttemptService.LoginAttemptModifier and TypeMethodDescriptionvoidSpringLoginAttemptService.registerAttempt(StandardUser user, LoginAttemptService.LoginAttempt loginAttempt) -
Uses of LoginAttemptService.LoginAttempt in eu.rarogsoftware.rarog.platform.core.security
Methods in eu.rarogsoftware.rarog.platform.core.security that return LoginAttemptService.LoginAttemptModifier and TypeMethodDescription(package private) static LoginAttemptService.LoginAttemptLoginAttemptService.LoginAttempt.failedAttempt(Instant attemptTime, String attemptIp, String userAgent) (package private) static LoginAttemptService.LoginAttemptLoginAttemptService.LoginAttempt.successfulAttempt(Instant attemptTime, String attemptIp, String userAgent) Methods in eu.rarogsoftware.rarog.platform.core.security that return types with arguments of type LoginAttemptService.LoginAttemptModifier and TypeMethodDescriptionLoginAttemptService.getLoginAttempts(StandardUser user, int numberOfAttempts) LoginAttemptService.getLoginAttempts(StandardUser user, Range<Instant> range) Methods in eu.rarogsoftware.rarog.platform.core.security with parameters of type LoginAttemptService.LoginAttemptModifier and TypeMethodDescriptionvoidLoginAttemptService.registerAttempt(StandardUser user, LoginAttemptService.LoginAttempt loginAttempt)