Uses of Class
org.genesys.blocks.oauth.model.OAuthClient
-
Packages that use OAuthClient Package Description org.genesys.blocks.oauth.model org.genesys.blocks.oauth.persistence org.genesys.blocks.oauth.service -
-
Uses of OAuthClient in org.genesys.blocks.oauth.model
Methods in org.genesys.blocks.oauth.model that return OAuthClient Modifier and Type Method Description OAuthClientOAuthClient. apply(OAuthClient source)OAuthClientOAuthClient. copy()Returns null.Methods in org.genesys.blocks.oauth.model with parameters of type OAuthClient Modifier and Type Method Description OAuthClientOAuthClient. apply(OAuthClient source)Constructor parameters in org.genesys.blocks.oauth.model with type arguments of type OAuthClient Constructor Description QOAuthClient(com.querydsl.core.types.Path<? extends OAuthClient> path) -
Uses of OAuthClient in org.genesys.blocks.oauth.persistence
Methods in org.genesys.blocks.oauth.persistence that return OAuthClient Modifier and Type Method Description OAuthClientOAuthClientRepository. findByClientId(String clientId)Find by client id.OAuthClientOAuthClientRepository. findByIdAndVersion(long id, int version)Find by id and version. -
Uses of OAuthClient in org.genesys.blocks.oauth.service
Methods in org.genesys.blocks.oauth.service that return OAuthClient Modifier and Type Method Description OAuthClientOAuthClientService. addClient(OAuthClient client)Register a new OAuth client.OAuthClientOAuthServiceImpl. addClient(OAuthClient client)OAuthClientOAuthClientService. getClient(String clientId)Gets the client.OAuthClientOAuthServiceImpl. getClient(String clientId)OAuthClientOAuthClientService. loadClientByClientId(String clientId)OAuthClientOAuthServiceImpl. loadClientByClientId(String clientId)OAuthClientOAuthClientService. removeClient(OAuthClient oauthClient)Removes the client.OAuthClientOAuthServiceImpl. removeClient(OAuthClient client)OAuthClientOAuthClientService. removeSecret(OAuthClient oauthClient)Removes the Client secret.OAuthClientOAuthServiceImpl. removeSecret(OAuthClient oauthClient)OAuthClientOAuthClientService. updateClient(long id, int version, OAuthClient updates)Update client.OAuthClientOAuthServiceImpl. updateClient(long id, int version, OAuthClient updates)OAuthClientOAuthClientService. updateClientId(String sourceId, String targetId)Update clientId.OAuthClientOAuthServiceImpl. updateClientId(String sourceId, String targetId)Methods in org.genesys.blocks.oauth.service that return types with arguments of type OAuthClient Modifier and Type Method Description List<OAuthClient>OAuthClientService. autocompleteClients(String title, int limit)Autocomplete OAuth clients by title.List<OAuthClient>OAuthServiceImpl. autocompleteClients(String term, int limit)List<OAuthClient>OAuthClientService. listClientDetails()List client details.org.springframework.data.domain.Page<OAuthClient>OAuthClientService. listClientDetails(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)List client details with filtering by predicate.org.springframework.data.domain.Page<OAuthClient>OAuthClientService. listClientDetails(org.springframework.data.domain.Pageable pageable)List client details.List<OAuthClient>OAuthServiceImpl. listClientDetails()org.springframework.data.domain.Page<OAuthClient>OAuthServiceImpl. listClientDetails(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<OAuthClient>OAuthServiceImpl. listClientDetails(org.springframework.data.domain.Pageable pageable)Methods in org.genesys.blocks.oauth.service with parameters of type OAuthClient Modifier and Type Method Description OAuthClientOAuthClientService. addClient(OAuthClient client)Register a new OAuth client.OAuthClientOAuthServiceImpl. addClient(OAuthClient client)OAuthClientOAuthClientService. removeClient(OAuthClient oauthClient)Removes the client.OAuthClientOAuthServiceImpl. removeClient(OAuthClient client)OAuthClientOAuthClientService. removeSecret(OAuthClient oauthClient)Removes the Client secret.OAuthClientOAuthServiceImpl. removeSecret(OAuthClient oauthClient)StringOAuthClientService. resetSecret(OAuthClient oauthClient)Generates a new clientSecret.StringOAuthServiceImpl. resetSecret(OAuthClient oauthClient)StringOAuthClientService. setSecret(OAuthClient oauthClient, String clientSecret)Sets a new clientSecret.StringOAuthServiceImpl. setSecret(OAuthClient oauthClient, String clientSecret)OAuthClientOAuthClientService. updateClient(long id, int version, OAuthClient updates)Update client.OAuthClientOAuthServiceImpl. updateClient(long id, int version, OAuthClient updates)
-