Class LockoutManagerContext

    • Field Detail

      • key

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

      • LockoutManagerContext

        public LockoutManagerContext()
    • Method Detail

      • 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