Uses of Interface
net.shibboleth.idp.authn.AccountLockoutManager
Packages that use AccountLockoutManager
-
Uses of AccountLockoutManager in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement AccountLockoutManagerModifier and TypeClassDescriptionclass
Implementation ofAccountLockoutManager
interface that relies on aStorageService
to track lockout state.Fields in net.shibboleth.idp.authn.impl declared as AccountLockoutManagerModifier and TypeFieldDescriptionprivate AccountLockoutManager
DoLockoutManagerOperation.lockoutManager
AccountLockoutManager
to operate on.private AccountLockoutManager
ValidateCredentials.lockoutManager
Optional lockout management interface.Methods in net.shibboleth.idp.authn.impl that return AccountLockoutManagerModifier and TypeMethodDescriptionprivate AccountLockoutManager
DoLockoutManagerOperation.getLockoutManager
(RequestContext requestContext) Helper method to get the manager bean to operate on.Methods in net.shibboleth.idp.authn.impl with parameters of type AccountLockoutManagerModifier and TypeMethodDescriptionvoid
ValidateCredentials.setLockoutManager
(AccountLockoutManager manager) Set an account lockout management component.