Uses of Interface
pl.edu.icm.unity.engine.api.authn.UnsuccessfulAuthenticationCounter
-
Packages that use UnsuccessfulAuthenticationCounter Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of UnsuccessfulAuthenticationCounter in pl.edu.icm.unity.engine.api.authn
Classes in pl.edu.icm.unity.engine.api.authn that implement UnsuccessfulAuthenticationCounter Modifier and Type Class Description classDefaultUnsuccessfulAuthenticationCounterCounts unsuccessful authentication attempts per client's IP address.classNoOpLoginCounterMethods in pl.edu.icm.unity.engine.api.authn with parameters of type UnsuccessfulAuthenticationCounter Modifier and Type Method Description Optional<LoginSession>RememberMeProcessor. processRememberedSecondFactor(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.ServletResponse response, long entityId, String clientIp, AuthenticationRealm realm, UnsuccessfulAuthenticationCounter dosGauard)Optional<LoginSession>RememberMeProcessor. processRememberedWholeAuthn(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.ServletResponse response, String clientIp, AuthenticationRealm realm, UnsuccessfulAuthenticationCounter dosGauard)
-