Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c436a2

Browse files
Add author
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 8bf49d2 commit 7c436a2

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

‎cas/src/main/java/org/springframework/security/cas/web/authentication/DefaultServiceAuthenticationDetails.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* and using the current URL minus the artifact and the corresponding value.
3434
*
3535
* @author Rob Winch
36+
* @author Ngoc Nhan
3637
*/
3738
final class DefaultServiceAuthenticationDetails extends WebAuthenticationDetails
3839
implements ServiceAuthenticationDetails {

‎core/src/main/java/org/springframework/security/access/expression/SecurityExpressionRoot.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
*
3939
* @author Luke Taylor
4040
* @author Evgeniy Cheban
41+
* @author Ngoc Nhan
4142
* @since 3.0
4243
*/
4344
public abstract class SecurityExpressionRoot implements SecurityExpressionOperations {

‎crypto/src/main/java/org/springframework/security/crypto/password/AbstractValidatingPasswordEncoder.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

1919
import org.jspecify.annotations.Nullable;
2020

21+
/**
22+
* Implementation of PasswordEncoder.
23+
*
24+
* @author Rob Winch
25+
* @since 7.0
26+
*/
2127
public abstract class AbstractValidatingPasswordEncoder implements PasswordEncoder {
2228

2329
@Override

‎web/src/main/java/org/springframework/security/web/authentication/rememberme/AbstractRememberMeServices.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* @author Rob Winch
5959
* @author Eddú Meléndez
6060
* @author Onur Kagan Ozcan
61+
* @author Ngoc Nhan
6162
* @since 2.0
6263
*/
6364
public abstract class AbstractRememberMeServices

‎web/src/main/java/org/springframework/security/web/firewall/RequestWrapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* bypassed by the malicious addition of parameters to the path component.
4444
*
4545
* @author Luke Taylor
46+
* @author Ngoc Nhan
4647
*/
4748
final class RequestWrapper extends FirewalledRequest {
4849

‎web/src/main/java/org/springframework/security/web/savedrequest/DefaultSavedRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* @author Andrey Grebnev
5959
* @author Ben Alex
6060
* @author Luke Taylor
61+
* @author Ngoc Nhan
6162
*/
6263
public class DefaultSavedRequest implements SavedRequest {
6364

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /