Interface | Description |
---|---|
FilesystemStore |
Most of our "stores" really just sit on top of a file system structure.
|
Class | Description |
---|---|
AuthorizationCodeStore |
Implements reading and writing various AuthorizationCodes.
|
IOptionsServerSupplier |
Uses a local object pool of threads to reuse IOptionsServer instances.
|
WhitelistStore |
Right now, the whitelist is read into our whitelist model in memory.
|