| Package | Description |
|---|---|
| de.hybris.platform.webservicescommons.interceptors | |
| de.hybris.platform.webservicescommons.model |
Contains generated models for each type of de.hybris.platform.webservicescommons.jalo package.
|
| de.hybris.platform.webservicescommons.oauth2.client | |
| de.hybris.platform.webservicescommons.oauth2.client.impl | |
| de.hybris.platform.webservicescommons.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClientInterceptor.onPrepare(OAuthClientDetailsModel model,
InterceptorContext interceptorContext) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientDetailsModel |
OAuthAccessTokenModel.getClient()
Generated method - Getter of the
OAuthAccessToken.client attribute defined at extension oauth2. |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthAccessTokenModel.setClient(OAuthClientDetailsModel value)
Generated method - Initial setter of
OAuthAccessToken.client attribute defined at extension oauth2. |
| Constructor and Description |
|---|
OAuthAccessTokenModel(String _authenticationId,
OAuthClientDetailsModel _client,
ItemModel _owner,
OAuthRefreshTokenModel _refreshToken,
Object _token,
String _tokenId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OAuthAccessTokenModel(String _authenticationId,
OAuthClientDetailsModel _client,
String _tokenId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClientDetailsModel |
ClientDetailsDao.findClientById(String clientId) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientDetailsModel |
DefaultClientDetailsDao.findClientById(String clientId) |
| Modifier and Type | Method and Description |
|---|---|
protected ClientDetails |
DefaultClientDetailsService.convertClient(OAuthClientDetailsModel model) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientDetailsModel |
OAuthClientDetailsResource.getOAuthClientDetailsModel()
Convenience method which just delegates to
#getResourceValue() |
protected OAuthClientDetailsModel |
OAuthClientDetailsResource.readResource(String resourceId)
Gets the
OAuthClientDetailsModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<OAuthClientDetailsModel> |
OAuthClientDetailsesResource.getOAuthClientDetailsesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClientDetailsResource.setOAuthClientDetailsModel(OAuthClientDetailsModel value)
Convenience method which just delegates to
#setResourceValue(OAuthClientDetailsModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClientDetailsesResource.setOAuthClientDetailsesCollection(Collection<OAuthClientDetailsModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.