Polish SAML2 principal classes

Update @since

Issue: gh-7681
This commit is contained in:
Eleftheria Stein 2019-12-12 20:22:58 +01:00
parent a8331ba7ed
commit da3f18017d
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import org.springframework.security.core.AuthenticatedPrincipal;
* Saml2 representation of an {@link AuthenticatedPrincipal}.
*
* @author Clement Stoquart
* @since 5.3
* @since 5.2.2
*/
public interface Saml2AuthenticatedPrincipal extends AuthenticatedPrincipal {
}

View File

@ -22,7 +22,7 @@ import java.io.Serializable;
* Default implementation of a {@link Saml2AuthenticatedPrincipal}.
*
* @author Clement Stoquart
* @since 5.3
* @since 5.2.2
*/
class SimpleSaml2AuthenticatedPrincipal implements Saml2AuthenticatedPrincipal, Serializable {