Class StorageBackedAccountLockoutManager.UsernameIPLockoutKeyStrategy

java.lang.Object
net.shibboleth.idp.authn.impl.StorageBackedAccountLockoutManager.UsernameIPLockoutKeyStrategy
All Implemented Interfaces:
Function<ProfileRequestContext,String>
Enclosing class:
StorageBackedAccountLockoutManager

public static class StorageBackedAccountLockoutManager.UsernameIPLockoutKeyStrategy extends Object implements Function<ProfileRequestContext,String>
A function to generate a key for lockout storage. This effectively defines the scope of the lockout; e.g. if the key depends on the supplied username and client IP address, the lockout will affect only attempts for that username from that client IP.
  • Field Details

  • Constructor Details

    • UsernameIPLockoutKeyStrategy

      public UsernameIPLockoutKeyStrategy()
  • Method Details