Uses of Interface
net.shibboleth.idp.authn.AccountLockoutManager
Packages that use AccountLockoutManager
Package
Description
APIs related to the authentication of a subject.
Implementation of various authentication actions.
-
Uses of AccountLockoutManager in net.shibboleth.idp.authn
Subinterfaces of AccountLockoutManager in net.shibboleth.idp.authnModifier and TypeInterfaceDescriptioninterfaceAn extension toAccountLockoutManagerthat allows for enumeration over partial matches of a key. -
Uses of AccountLockoutManager in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement AccountLockoutManagerModifier and TypeClassDescriptionclassImplementation ofEnumeratableAccountLockoutManagerinterface 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()Null safe getter.private AccountLockoutManagerDoLockoutManagerOperation.setupLockoutManager(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.