Uses of Interface
net.shibboleth.idp.authn.AccountLockoutManager
-
Packages that use AccountLockoutManager Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of AccountLockoutManager in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement AccountLockoutManager Modifier and Type Class Description classStorageBackedAccountLockoutManagerImplementation ofAccountLockoutManagerinterface that relies on aStorageServiceto track lockout state.Fields in net.shibboleth.idp.authn.impl declared as AccountLockoutManager Modifier and Type Field Description private AccountLockoutManagerDoLockoutManagerOperation. lockoutManagerAccountLockoutManagerto operate on.private AccountLockoutManagerValidateCredentials. lockoutManagerOptional lockout management interface.Methods in net.shibboleth.idp.authn.impl that return AccountLockoutManager Modifier and Type Method Description private 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 AccountLockoutManager Modifier and Type Method Description voidValidateCredentials. setLockoutManager(AccountLockoutManager manager)Set an account lockout management component.
-