Interface ClientConfigurationPropertiesMatcher
-
- All Implemented Interfaces:
public interface ClientConfigurationPropertiesMatcherDefault implementation that matcher host in request URL with the registration name. Override for other strategies. Will typically be used with OAuth2ClientRequestInterceptor. Must be registered by the applications themselves, no automatic bean registration
-
-
Method Summary
Modifier and Type Method Description ClientPropertiesfindProperties(ClientConfigurationProperties properties, String uri)ClientPropertiesfindProperties(ClientConfigurationProperties properties, URI uri)-
-
Method Detail
-
findProperties
ClientProperties findProperties(ClientConfigurationProperties properties, String uri)
-
findProperties
ClientProperties findProperties(ClientConfigurationProperties properties, URI uri)
-
-
-
-