Uses of Interface
ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2UriProvider
-
Packages that use OAuth2UriProvider Package Description ch.ivyteam.ivy.rest.client.oauth2 ch.ivyteam.ivy.rest.client.oauth2.uri -
-
Uses of OAuth2UriProvider in ch.ivyteam.ivy.rest.client.oauth2
Constructors in ch.ivyteam.ivy.rest.client.oauth2 with parameters of type OAuth2UriProvider Constructor Description OAuth2BearerFilter(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 OAuth2UriProvider Modifier and Type Class Description classOAuth2UriPropertyProvides OAUTH2 authentication URIs with Rest Client property support.classOAuth2UriStaticConfigures theOAuth2BearerFilterto use a static pre-configured accessToken URI.
-