Class LockoutManagerContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.authn.context.LockoutManagerContext
All Implemented Interfaces:
Iterable<BaseContext>

public final class LockoutManagerContext extends BaseContext
A context that holds information about a management operation on an AccountLockoutManager.
Since:
3.4.0
Parent:
ProfileRequestContext
Added:
After the initiation of an administrative operation against a lockout manager.
  • Field Details

    • key

      @Nullable private String key
      Account lockout key.
  • Constructor Details

    • LockoutManagerContext

      public LockoutManagerContext()
  • Method Details

    • getKey

      @Nullable public String getKey()
      Get the account lockout key to check or modify.
      Returns:
      account lockout key
    • setKey

      @Nonnull public LockoutManagerContext setKey(@Nullable String k)
      Set the account lockout key to check or modify.
      Parameters:
      k - account lockout key
      Returns:
      this context