Package com.veriplace.client.store

Provides a mechanism for storing OAuth Request Tokens and Access Tokens.

See:
          Description

Interface Summary
TokenStore Interface for tracking Tokens between OAuth requests.
UserTokenStore Interface for tracking AccessTokens owned by users.
 

Class Summary
FileTokenStore A file based implemention of TokenStore
MemoryTokenStore An in-memory implemention of TokenStore
MemoryUserTokenStore An in-memory implemention of UserTokenStore
 

Package com.veriplace.client.store Description

Provides a mechanism for storing OAuth Request Tokens and Access Tokens. The Client interface uses a TokenStore implementation to maintain Request Token state between requests. Users may also employ a TokenStore implementation to cache Access Tokens.