| Interface | Description |
|---|---|
| OAuth2Cache |
Used by
OAuth2Store to cache OAuth2 data. |
| OAuth2Encrypter |
Injected into the system to encrypt/decrypt client and token secrets in the
persistence layer.
|
| OAuth2Persister |
| Class | Description |
|---|---|
| MapCache | |
| OAuth2Client |
Data class for client data stored in persistence.
|
| OAuth2TokenPersistence |
see
OAuth2Token |
| Exception | Description |
|---|---|
| OAuth2CacheException |
Subclass of
OAuth2PersistenceException for caching issues. |
| OAuth2EncryptionException |
Subclass of
OAuth2PersistenceException for secret
encryption/decryption issues. |
| OAuth2PersistenceException |
Exception class for errors that occur in the persistence layer.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.