Class OAuth2UriStatic

java.lang.Object
ch.ivyteam.ivy.rest.client.oauth2.uri.OAuth2UriStatic
All Implemented Interfaces:
OAuth2UriProvider

public class OAuth2UriStatic extends Object implements OAuth2UriProvider
Configures the OAuth2BearerFilter to use a static pre-configured accessToken URI.

If users must be able to customize the URI per environment, the OAuth2UriProperty factory should be preferred.

Since:
9.2
API:
This is a public API.