updated code
This commit is contained in:
@@ -13,6 +13,21 @@ public class SamlResponseEntity extends BaseEntity{
|
||||
@Column(name = "AUTHENTICATION_OBJECT")
|
||||
private String authenticationObject;
|
||||
|
||||
@Column(name = "IN_RESPONSE_TO")
|
||||
private String inResponseTo;
|
||||
|
||||
@Column(name = "ISSUE_INSTANT")
|
||||
private String issueInstant;
|
||||
|
||||
@Column(name = "SAML_ID")
|
||||
private String samlId;
|
||||
|
||||
@Column(name = "HUB_UUID")
|
||||
private String hubUuid;
|
||||
|
||||
@Column(name = "STATUS")
|
||||
private String status;
|
||||
|
||||
@Column(name = "TOKEN")
|
||||
private String token;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user