Uses of Interface
com.atlassian.oauth2.provider.api.client.Client
Packages that use Client
Package
Description
-
Uses of Client in com.atlassian.oauth2.provider.api.client
Methods in com.atlassian.oauth2.provider.api.client that return ClientMethods in com.atlassian.oauth2.provider.api.client that return types with arguments of type ClientModifier and TypeMethodDescriptionClientService.getByClientId(String clientId) Gets an existingClientGets an existingClientClientService.list()Gets all ClientClientService.removeById(String id) Deletes aClientClientService.resetClientSecret(String clientId) Updates an existingClient -
Uses of Client in com.atlassian.oauth2.provider.api.client.dao
Classes in com.atlassian.oauth2.provider.api.client.dao that implement ClientMethods in com.atlassian.oauth2.provider.api.client.dao that return ClientMethods in com.atlassian.oauth2.provider.api.client.dao that return types with arguments of type ClientModifier and TypeMethodDescriptionClientDao.getByClientId(String id) ClientDao.list()ClientDao.removeById(String id) ClientDao.resetClientSecret(String clientId, String regeneratedClientSecret) Methods in com.atlassian.oauth2.provider.api.client.dao with parameters of type Client -
Uses of Client in com.atlassian.oauth2.provider.api.event.client
Fields in com.atlassian.oauth2.provider.api.event.client declared as ClientModifier and TypeFieldDescriptionprotected final ClientClientConfigurationEvent.newClientprotected final ClientClientConfigurationEvent.oldClientConstructors in com.atlassian.oauth2.provider.api.event.client with parameters of type ClientModifierConstructorDescriptionClientConfigurationCreatedEvent(Client newClient) ClientConfigurationDeletedEvent(Client oldClient) ClientConfigurationUpdatedEvent(Client oldClient, Client newClient) -
Uses of Client in com.atlassian.oauth2.provider.api.external
Methods in com.atlassian.oauth2.provider.api.external that return types with arguments of type ClientModifier and TypeMethodDescriptionOAuth2ProviderService.findClient(String clientId) Find the client using the clientIdOAuth2ProviderService.findClientByEntityId(String clientEntityId) Find the client using the client entity idOAuth2ProviderService.listClients()Gets all Clients