Add Serial Version
Closes gh-16163
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package org.springframework.security.saml2.provider.service.authentication;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
@@ -32,6 +33,9 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public class DefaultSaml2AuthenticatedPrincipal implements Saml2AuthenticatedPrincipal, Serializable {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = -7601324133433139825L;
|
||||
|
||||
private final String name;
|
||||
|
||||
private final Map<String, List<Object>> attributes;
|
||||
|
||||
Reference in New Issue
Block a user