Skip to content

Commit da3f180

Browse files
committed
Polish SAML2 principal classes
Update @SInCE Issue: gh-7681
1 parent a8331ba commit da3f180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/authentication/Saml2AuthenticatedPrincipal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Saml2 representation of an {@link AuthenticatedPrincipal}.
2323
*
2424
* @author Clement Stoquart
25-
* @since 5.3
25+
* @since 5.2.2
2626
*/
2727
public interface Saml2AuthenticatedPrincipal extends AuthenticatedPrincipal {
2828
}

saml2/saml2-service-provider/src/main/java/org/springframework/security/saml2/provider/service/authentication/SimpleSaml2AuthenticatedPrincipal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Default implementation of a {@link Saml2AuthenticatedPrincipal}.
2323
*
2424
* @author Clement Stoquart
25-
* @since 5.3
25+
* @since 5.2.2
2626
*/
2727
class SimpleSaml2AuthenticatedPrincipal implements Saml2AuthenticatedPrincipal, Serializable {
2828

0 commit comments

Comments
 (0)