Class InMemoryPendingAuthCollection

java.lang.Object
crow.game.omnisrv.InMemoryPendingAuthCollection
All Implemented Interfaces:
PendingAuthCollection

public class InMemoryPendingAuthCollection extends Object implements PendingAuthCollection
An in-memory implementation of PendingAuthCollection, responsible for generating auth tokens and keeping them around/expunging them when they are no longer needed.
  • Constructor Details

    • InMemoryPendingAuthCollection

      public InMemoryPendingAuthCollection()
  • Method Details