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 TypeClassDescriptionclassImplementation ofAccountLockoutManagerinterface that relies on aStorageServiceto track lockout state.Fields in net.shibboleth.idp.authn.impl declared as AccountLockoutManagerModifier and TypeFieldDescriptionprivate AccountLockoutManagerDoLockoutManagerOperation.lockoutManagerAccountLockoutManagerto operate on.private AccountLockoutManagerValidateCredentials.lockoutManagerOptional lockout management interface.Methods in net.shibboleth.idp.authn.impl that return AccountLockoutManagerModifier and TypeMethodDescriptionprivate AccountLockoutManagerDoLockoutManagerOperation.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 TypeMethodDescriptionvoidValidateCredentials.setLockoutManager(AccountLockoutManager manager) Set an account lockout management component.