Uses of Interface
com.netgrif.application.engine.auth.service.interfaces.ILoginAttemptService
-
Packages that use ILoginAttemptService Package Description com.netgrif.application.engine.auth.service com.netgrif.application.engine.configuration.authentication.providers -
-
Uses of ILoginAttemptService in com.netgrif.application.engine.auth.service
Classes in com.netgrif.application.engine.auth.service that implement ILoginAttemptService Modifier and Type Class Description classLoginAttemptServiceFields in com.netgrif.application.engine.auth.service declared as ILoginAttemptService Modifier and Type Field Description protected ILoginAttemptServiceUserDetailsServiceImpl. loginAttemptService -
Uses of ILoginAttemptService in com.netgrif.application.engine.configuration.authentication.providers
Fields in com.netgrif.application.engine.configuration.authentication.providers declared as ILoginAttemptService Modifier and Type Field Description protected ILoginAttemptServiceNetgrifAuthenticationProvider. loginAttemptService
-