| Modifier and Type | Method and Description |
|---|---|
ExposedOAuthCredentialModel |
ApiregistryResetCredentialsForm.getCredential() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedOAuthCredentialModel> |
ApiregistryResetCredentialsForm.getImpactedCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiregistryResetCredentialsForm.setCredential(ExposedOAuthCredentialModel credential) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiregistryResetCredentialsForm.setImpactedCredentials(java.util.List<ExposedOAuthCredentialModel> impactedCredentials) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedOAuthCredentialModel> |
CredentialDao.getAllExposedOAuthCredentialsByClientId(java.lang.String clientId)
Find the list of ExposedOAuthCredentials for specific clientId
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedOAuthCredentialModel> |
DefaultCredentialDao.getAllExposedOAuthCredentialsByClientId(java.lang.String clientId) |
| Modifier and Type | Method and Description |
|---|---|
ExposedOAuthCredentialModel |
ExposedOAuthCredentialResource.getExposedOAuthCredentialModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ExposedOAuthCredentialModel |
ExposedOAuthCredentialResource.readResource(java.lang.String resourceId)
Gets the
ExposedOAuthCredentialModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ExposedOAuthCredentialModel> |
ExposedOAuthCredentialsResource.getExposedOAuthCredentialsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExposedOAuthCredentialResource.setExposedOAuthCredentialModel(ExposedOAuthCredentialModel value)
Convenience method which just delegates to
#setResourceValue(ExposedOAuthCredentialModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExposedOAuthCredentialsResource.setExposedOAuthCredentialsCollection(java.util.Collection<ExposedOAuthCredentialModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedOAuthCredentialModel> |
CredentialService.getCredentialsByClientId(java.lang.String clientId)
Find the list of ExposedOAuthCredentials for specific clientId
|
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialService.resetCredentials(java.util.List<ExposedOAuthCredentialModel> credentials,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.Integer gracePeriod)
Method that :
create OAuthClientDetails using provided parameters
update ExposedOAuthCredentialModels with newly created OAuthClientDetails
schedule deletion of old OAuthClientDetails after the gracePeriod
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedOAuthCredentialModel> |
DefaultCredentialService.getCredentialsByClientId(java.lang.String clientId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCredentialService.resetCredential(ExposedOAuthCredentialModel credential,
OAuthClientDetailsModel newClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCredentialService.resetCredentials(java.util.List<ExposedOAuthCredentialModel> credentials,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.Integer gracePeriod) |
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2ProtectedResourceDetails |
DefaultIntegrationOAuth2RestTemplateCreator.oAuth2Resource(ExposedOAuthCredentialModel credential) |
Copyright © 2018 SAP SE. All Rights Reserved.