| Package | Description |
|---|---|
| org.genesys.blocks.oauth.model | |
| org.genesys.blocks.oauth.persistence | |
| org.genesys.blocks.oauth.service |
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
OAuthClient.apply(OAuthClient source) |
OAuthClient |
OAuthClient.copy()
Returns null.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
OAuthClient.apply(OAuthClient source) |
| Constructor and Description |
|---|
QOAuthClient(com.querydsl.core.types.Path<? extends OAuthClient> path) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
OAuthClientRepository.findByClientId(String clientId)
Find by client id.
|
OAuthClient |
OAuthClientRepository.findByIdAndVersion(long id,
int version)
Find by id and version.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
OAuthServiceImpl.addClient(OAuthClient client) |
OAuthClient |
OAuthClientDetailsService.addClient(OAuthClient client)
Register a new OAuth client.
|
OAuthClient |
OAuthServiceImpl.addClient(String title,
String description,
String redirectUris,
Integer accessTokenValidity,
Integer refreshTokenValidity) |
OAuthClient |
OAuthClientDetailsService.addClient(String title,
String description,
String redirectUris,
Integer accessTokenValiditySeconds,
Integer refreshTokenValiditySeconds)
Deprecated.
Use
OAuthClientDetailsService.addClient(OAuthClient) instead |
OAuthClient |
OAuthServiceImpl.getClient(String clientId) |
OAuthClient |
OAuthClientDetailsService.getClient(String clientId)
Gets the client.
|
OAuthClient |
OAuthServiceImpl.removeClient(OAuthClient client) |
OAuthClient |
OAuthClientDetailsService.removeClient(OAuthClient oauthClient)
Removes the client.
|
OAuthClient |
OAuthServiceImpl.updateClient(long id,
int version,
OAuthClient updates) |
OAuthClient |
OAuthClientDetailsService.updateClient(long id,
int version,
OAuthClient updates)
Update client.
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClient> |
OAuthServiceImpl.autocompleteClients(String title) |
List<OAuthClient> |
OAuthClientDetailsService.autocompleteClients(String title)
Autocomplete OAuth clients by title.
|
List<OAuthClient> |
OAuthServiceImpl.listClientDetails() |
List<OAuthClient> |
OAuthClientDetailsService.listClientDetails()
List client details.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClient |
OAuthServiceImpl.addClient(OAuthClient client) |
OAuthClient |
OAuthClientDetailsService.addClient(OAuthClient client)
Register a new OAuth client.
|
OAuthClient |
OAuthServiceImpl.removeClient(OAuthClient client) |
OAuthClient |
OAuthClientDetailsService.removeClient(OAuthClient oauthClient)
Removes the client.
|
OAuthClient |
OAuthServiceImpl.updateClient(long id,
int version,
OAuthClient updates) |
OAuthClient |
OAuthClientDetailsService.updateClient(long id,
int version,
OAuthClient updates)
Update client.
|
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.