You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/DelegatingOAuth2AuthorizedClientProvider.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2019 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
26
26
27
27
/**
28
28
* An implementation of an {@link OAuth2AuthorizedClientProvider} that simply delegates to
29
-
* it's internal {@code List} of {@link OAuth2AuthorizedClientProvider}(s).
29
+
* its internal {@code List} of {@link OAuth2AuthorizedClientProvider}(s).
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/DelegatingReactiveOAuth2AuthorizedClientProvider.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2019 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
28
28
29
29
/**
30
30
* An implementation of a {@link ReactiveOAuth2AuthorizedClientProvider} that simply
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/authentication/OAuth2AuthenticationToken.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2017 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
32
32
* <p>
33
33
* The {@link Authentication} associates an {@link OAuth2User} {@code Principal} to the
34
34
* identifier of the {@link #getAuthorizedClientRegistrationId() Authorized Client}, which
35
-
* the End-User ({@code Principal}) granted authorization to so that it can access it's
35
+
* the End-User ({@code Principal}) granted authorization to so that it can access its
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/userinfo/DelegatingOAuth2UserService.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2017 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
26
26
importorg.springframework.util.Assert;
27
27
28
28
/**
29
-
* An implementation of an {@link OAuth2UserService} that simply delegates to it's
29
+
* An implementation of an {@link OAuth2UserService} that simply delegates to its
30
30
* internal {@code List} of {@link OAuth2UserService}(s).
31
31
* <p>
32
32
* Each {@link OAuth2UserService} is given a chance to
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/DefaultOAuth2AuthorizationRequestResolver.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2022 the original author or authors.
2
+
* Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@
52
52
*
53
53
* <p>
54
54
* <b>NOTE:</b> The default base {@code URI} {@code /oauth2/authorization} may be
0 commit comments