Skip to content

Commit

Permalink
Polish SAML2 principal classes
Browse files Browse the repository at this point in the history
Update @SInCE

Issue: gh-7681
  • Loading branch information
eleftherias committed Dec 12, 2019
1 parent a8331ba commit da3f180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Saml2 representation of an {@link AuthenticatedPrincipal}.
*
* @author Clement Stoquart
* @since 5.3
* @since 5.2.2
*/
public interface Saml2AuthenticatedPrincipal extends AuthenticatedPrincipal {
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Default implementation of a {@link Saml2AuthenticatedPrincipal}.
*
* @author Clement Stoquart
* @since 5.3
* @since 5.2.2
*/
class SimpleSaml2AuthenticatedPrincipal implements Saml2AuthenticatedPrincipal, Serializable {

Expand Down

0 comments on commit da3f180

Please sign in to comment.