Skip to content

Commit

Permalink
added serialVersionUID to serializable classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jul 18, 2024
1 parent a114bc9 commit 94814d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* other entities.
*/
public class ProxiedEntityPreauthPrincipal implements Serializable {
private static final long serialVersionUID = 2806027352312288765L;

private final SubjectIssuerDNPair callerPrincipal;
private final Collection<SubjectIssuerDNPair> proxiedEntities;
private final String username;
Expand Down

0 comments on commit 94814d2

Please sign in to comment.