diff --git a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java index c7640c2a14..157efbc9a3 100644 --- a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java +++ b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java @@ -105,6 +105,7 @@ public final class BearerTokenAuthenticationEntryPoint implements Authentication * Set the resolver to compute the {@code resource_metadata} parameter from the * request. * @param resourceMetadataParameterResolver + * @since 7.1 */ public void setResourceMetadataParameterResolver( Function resourceMetadataParameterResolver) {