Skip to content

Commit

Permalink
Add UUID random
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Dec 21, 2024
1 parent b84dd88 commit 230f662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
public final class Saml2X509Credential implements Serializable {

private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
private static final long serialVersionUID = -1015853414272603517L;

private final PrivateKey privateKey;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
*/
public class RelyingPartyRegistration implements Serializable {

private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
private static final long serialVersionUID = -2718908121120942813L;

private final String registrationId;

Expand Down Expand Up @@ -460,7 +460,7 @@ public static Builder withRelyingPartyRegistration(RelyingPartyRegistration regi
*/
public static class AssertingPartyDetails implements AssertingPartyMetadata {

private static final long serialVersionUID = SpringSecurityCoreVersion.SERIAL_VERSION_UID;
private static final long serialVersionUID = 8728930758311995475L;

private final String entityId;

Expand Down

0 comments on commit 230f662

Please sign in to comment.