| 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.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.removeSecret(OAuthClient oauthClient) |
OAuthClient |
OAuthClientDetailsService.removeSecret(OAuthClient oauthClient)
Removes the Client secret.
|
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 term,
int limit) |
List<OAuthClient> |
OAuthClientDetailsService.autocompleteClients(String title,
int limit)
Autocomplete OAuth clients by title.
|
List<OAuthClient> |
OAuthServiceImpl.listClientDetails() |
List<OAuthClient> |
OAuthClientDetailsService.listClientDetails()
List client details.
|
org.springframework.data.domain.Page<OAuthClient> |
OAuthServiceImpl.listClientDetails(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<OAuthClient> |
OAuthClientDetailsService.listClientDetails(org.springframework.data.domain.Pageable pageable)
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.removeSecret(OAuthClient oauthClient) |
OAuthClient |
OAuthClientDetailsService.removeSecret(OAuthClient oauthClient)
Removes the Client secret.
|
String |
OAuthServiceImpl.resetSecret(OAuthClient oauthClient) |
String |
OAuthClientDetailsService.resetSecret(OAuthClient oauthClient)
Generates a new clientSecret.
|
OAuthClient |
OAuthServiceImpl.updateClient(long id,
int version,
OAuthClient updates) |
OAuthClient |
OAuthClientDetailsService.updateClient(long id,
int version,
OAuthClient updates)
Update client.
|
Copyright © 2020 Global Crop Diversity Trust. All rights reserved.