| Package | Description |
|---|---|
| org.miniauth.oauth.credential.mapper |
MiniAuth OAuth callback interface.
|
| org.miniauth.oauth.service |
Package for "request wrapper" related interfaces/classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicOAuthTokenCredentialMapper
"Writable" version of OAuthTokenCredentialMapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthLocalTokenCredentialMapper
Service that returns a "token secret" given an access token.
|
class |
OAuthNullTokenCredentialMapper
"Dummy" implementation of OAuthTokenCredentialMapper,
which defines a service that returns a "token secret" given an access token.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthTokenCredentialMapper |
OAuthEndorserService.getOAuthTokenCredentialMapper() |
| Constructor and Description |
|---|
OAuthEndorserService(OAuthTokenCredentialMapper credentialMapper) |
Copyright © 2013. All rights reserved.