Uses of Interface
ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2UriProvider
Packages that use OAuth2UriProvider
-
Uses of OAuth2UriProvider in ch.ivyteam.ivy.rest.client.oauth2
Constructors in ch.ivyteam.ivy.rest.client.oauth2 with parameters of type OAuth2UriProviderModifierConstructorDescriptionOAuth2BearerFilter(OAuth2TokenRequester getToken, OAuth2UriProvider uriFactory) -
Uses of OAuth2UriProvider in ch.ivyteam.ivy.rest.client.oauth2.uri
Classes in ch.ivyteam.ivy.rest.client.oauth2.uri that implement OAuth2UriProviderModifier and TypeClassDescriptionclassProvides OAUTH2 authentication URIs with Rest Client property support.classConfigures theOAuth2BearerFilterto use a static pre-configured accessToken URI.