| Modifier and Type | Method and Description |
|---|---|
OAuthDataProvider |
AbstractGrantHandler.getDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGrantHandler.setDataProvider(OAuthDataProvider dataProvider) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationCodeDataProvider
AuthorizationCodeDataProvider is the
OAuthDataProvider which
can additionally persist the authorization code grant information |
| Modifier and Type | Method and Description |
|---|---|
void |
RefreshTokenGrantHandler.setDataProvider(OAuthDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
OAuthDataProvider |
AbstractOAuthService.getDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAccessTokenValidator.setDataProvider(OAuthDataProvider provider) |
void |
AbstractOAuthService.setDataProvider(OAuthDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
MacAccessTokenValidator.setDataProvider(OAuthDataProvider dataProvider) |
Apache CXF