Polish SAML2 principal classes
Update @since Issue: gh-7681
This commit is contained in:
+1
-1
@@ -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 {
|
||||
}
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user