Interface ClientConfigurationPropertiesMatcher
-
public interface ClientConfigurationPropertiesMatcherDefault implementation that matcher host in request URL with the registration name. Override for other strategies. Will typically be used withOAuth2ClientRequestInterceptor. Must be registered by the applications themselves, no automatic bean registration
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Optional<ClientProperties>findProperties(ClientConfigurationProperties properties, org.springframework.http.HttpRequest request)
-
-
-
Method Detail
-
findProperties
default Optional<ClientProperties> findProperties(ClientConfigurationProperties properties, org.springframework.http.HttpRequest request)
-
-