Skip to content

Commit 1779760

Browse files
committed
Use possessive pronoun rather contraction
Signed-off-by: Pat McCusker <patmccusker14@gmail.com>
1 parent e72ab0b commit 1779760

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
lines changed

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/DelegatingOAuth2AuthorizedClientProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
2626

2727
/**
2828
* 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).
3030
* <p>
3131
* Each provider is given a chance to
3232
* {@link OAuth2AuthorizedClientProvider#authorize(OAuth2AuthorizationContext) authorize}

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/DelegatingReactiveOAuth2AuthorizedClientProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
2828

2929
/**
3030
* An implementation of a {@link ReactiveOAuth2AuthorizedClientProvider} that simply
31-
* delegates to it's internal {@code List} of
31+
* delegates to its internal {@code List} of
3232
* {@link ReactiveOAuth2AuthorizedClientProvider}(s).
3333
* <p>
3434
* Each provider is given a chance to

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/OAuth2AuthorizedClient.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
2929
* A representation of an OAuth 2.0 &quot;Authorized Client&quot;.
3030
* <p>
3131
* A client is considered &quot;authorized&quot; when the End-User (Resource Owner) has
32-
* granted authorization to the client to access it's protected resources.
32+
* granted authorization to the client to access its protected resources.
3333
* <p>
3434
* This class associates the {@link #getClientRegistration() Client} to the
3535
* {@link #getAccessToken() Access Token} granted/authorized by the

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/authentication/OAuth2AuthenticationToken.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
3232
* <p>
3333
* The {@link Authentication} associates an {@link OAuth2User} {@code Principal} to the
3434
* 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
3636
* protected resources at the UserInfo Endpoint.
3737
*
3838
* @author Joe Grandja

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/userinfo/DelegatingOAuth2UserService.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,8 +26,8 @@
2626
import org.springframework.util.Assert;
2727

2828
/**
29-
* An implementation of an {@link OAuth2UserService} that simply delegates to it's
30-
* internal {@code List} of {@link OAuth2UserService}(s).
29+
* An implementation of an {@link OAuth2UserService} that simply delegates to its internal
30+
* {@code List} of {@link OAuth2UserService}(s).
3131
* <p>
3232
* Each {@link OAuth2UserService} is given a chance to
3333
* {@link OAuth2UserService#loadUser(OAuth2UserRequest) load} an {@link OAuth2User} with

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/DefaultOAuth2AuthorizationRequestResolver.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@
5252
*
5353
* <p>
5454
* <b>NOTE:</b> The default base {@code URI} {@code /oauth2/authorization} may be
55-
* overridden via it's constructor
55+
* overridden via its constructor
5656
* {@link #DefaultOAuth2AuthorizationRequestResolver(ClientRegistrationRepository, String)}.
5757
*
5858
* @author Joe Grandja

oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/AuthorizationGrantType.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,13 +23,13 @@
2323

2424
/**
2525
* An authorization grant is a credential representing the resource owner's authorization
26-
* (to access it's protected resources) to the client and used by the client to obtain an
26+
* (to access its protected resources) to the client and used by the client to obtain an
2727
* access token.
2828
*
2929
* <p>
3030
* The OAuth 2.0 Authorization Framework defines four standard grant types: authorization
31-
* code, implicit, resource owner password credentials, and client credentials. It also provides an
32-
* extensibility mechanism for defining additional grant types.
31+
* code, implicit, resource owner password credentials, and client credentials. It also
32+
* provides an extensibility mechanism for defining additional grant types.
3333
*
3434
* @author Joe Grandja
3535
* @author Steve Riesenberg

oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/JwtDecoder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
public interface JwtDecoder {
4545

4646
/**
47-
* Decodes the JWT from it's compact claims representation format and returns a
47+
* Decodes the JWT from its compact claims representation format and returns a
4848
* {@link Jwt}.
4949
* @param token the JWT value
5050
* @return a {@link Jwt}

oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/JwtEncoder.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Implementations of this interface are responsible for encoding a JSON Web Token (JWT)
21-
* to it's compact claims representation format.
21+
* to its compact claims representation format.
2222
*
2323
* <p>
2424
* JWTs may be represented using the JWS Compact Serialization format for a JSON Web
@@ -47,7 +47,7 @@
4747
public interface JwtEncoder {
4848

4949
/**
50-
* Encode the JWT to it's compact claims representation format.
50+
* Encode the JWT to its compact claims representation format.
5151
* @param parameters the parameters containing the JOSE header and JWT Claims Set
5252
* @return a {@link Jwt}
5353
* @throws JwtEncodingException if an error occurs while attempting to encode the JWT

oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/NimbusReactiveJwtDecoder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -70,7 +70,7 @@
7070

7171
/**
7272
* An implementation of a {@link ReactiveJwtDecoder} that &quot;decodes&quot; a JSON Web
73-
* Token (JWT) and additionally verifies it's digital signature if the JWT is a JSON Web
73+
* Token (JWT) and additionally verifies its digital signature if the JWT is a JSON Web
7474
* Signature (JWS).
7575
*
7676
* <p>

oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/ReactiveJwtDecoder.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* Implementations of this interface are responsible for &quot;decoding&quot; a JSON Web
23-
* Token (JWT) from it's compact claims representation format to a {@link Jwt}.
23+
* Token (JWT) from its compact claims representation format to a {@link Jwt}.
2424
*
2525
* <p>
2626
* JWTs may be represented using the JWS Compact Serialization format for a JSON Web
@@ -46,7 +46,7 @@
4646
public interface ReactiveJwtDecoder {
4747

4848
/**
49-
* Decodes the JWT from it's compact claims representation format and returns a
49+
* Decodes the JWT from its compact claims representation format and returns a
5050
* {@link Jwt}.
5151
* @param token the JWT value
5252
* @return a {@link Jwt}

0 commit comments

Comments
 (0)