| Modifier and Type | Method and Description |
|---|---|
java.util.List<OpenIDExternalScopesModel> |
ExternalScopesDao.findScopesByClientAndPrincipal(OAuthClientDetailsModel clientDetailsModel,
PrincipalModel principal)
Find scopes by client and principal.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OpenIDExternalScopesModel> |
DefaultExternalScopesDao.findScopesByClientAndPrincipal(OAuthClientDetailsModel clientDetailsModel,
PrincipalModel principal) |
| Modifier and Type | Method and Description |
|---|---|
OpenIDExternalScopesModel |
OpenIDExternalScopesResource.getOpenIDExternalScopesModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected OpenIDExternalScopesModel |
OpenIDExternalScopesResource.readResource(java.lang.String resourceId)
Gets the
OpenIDExternalScopesModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OpenIDExternalScopesModel> |
OpenIDExternalScopesesResource.getOpenIDExternalScopesesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIDExternalScopesResource.setOpenIDExternalScopesModel(OpenIDExternalScopesModel value)
Convenience method which just delegates to
#setResourceValue(OpenIDExternalScopesModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenIDExternalScopesesResource.setOpenIDExternalScopesesCollection(java.util.Collection<OpenIDExternalScopesModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.