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.getByRotatedClientId(String clientId) Gets an existingClientby rotated client idClientService.list()Gets all ClientClientService.removeById(String id) Deletes aClientClientService.resetClientSecret(String clientId) ClientService.revokeRotatedClientSecret(String id) Revokes the client secret and id for the rotated client, by removing the values.ClientService.rotateClient(String clientId) Rotate the client id and secret for the given client id.ClientService.updateClient(UpdateClientEntity client) Deprecated.Methods in com.atlassian.oauth2.provider.api.client with parameters of type ClientModifier and TypeMethodDescriptionbooleanClientExpirationEvaluator.hasExpireLimitBreached(Client client) Checks if the client has breached its expiration limit.booleanClientExpirationEvaluator.hasSoonToExpireLimitBreached(Client client, Duration threshold) Checks if the client has breached its soon-to-expire limit. -
Uses of Client in com.atlassian.oauth2.provider.api.client.internal
Methods in com.atlassian.oauth2.provider.api.client.internal that return ClientModifier and TypeMethodDescriptionInternalRotationClientService.create(CreateClientEntity client) Creates aClientMethods in com.atlassian.oauth2.provider.api.client.internal that return types with arguments of type ClientModifier and TypeMethodDescriptionGets an existingClientInternalRotationClientService.removeById(String id) Deletes aClientInternalRotationClientService.revokeRotatedClientSecret(String id) Revokes the client secret and id for the rotated client, by removing the values.InternalRotationClientService.rotateClient(String clientId) Rotate the client id and secret for the given client id. -
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