| Package | Description |
|---|---|
| org.miniauth.gae.credential.mapper |
MiniAuth OAuth/GAE callback implementations.
|
| org.miniauth.gae.service |
MiniAuth OAuth/GAE request endorser/verifier services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicGAEConsumerCredentialMapper |
interface |
DynamicGAECredentialMapper |
interface |
DynamicGAETokenCredentialMapper |
interface |
GAEConsumerCredentialMapper |
interface |
GAETokenCredentialMapper |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthGAEConsumerCredentialMapper |
class |
OAuthGAECredentialMapper
Service that returns a "secret" given a credential key.
|
class |
OAuthGAETokenCredentialMapper
Service that returns a "token secret" given an access token.
|
| Modifier and Type | Method and Description |
|---|---|
GAECredentialMapper |
OAuthGAEVerifierService.getGAECredentialMapper() |
GAECredentialMapper |
OAuthGAEEndorserService.getGAECredentialMapper() |
| Constructor and Description |
|---|
OAuthGAEVerifierService(GAECredentialMapper credentialMapper) |
Copyright © 2013. All rights reserved.