public class SAML2ResponseData extends Object
Constructor and Description |
---|
SAML2ResponseData()
Dummy creator, used by databinder to generate this POJO.
|
SAML2ResponseData(String sessionIndex,
Subject subject,
Assertion assertion,
ResponseInfo responseInfo)
Combine a new set of SAML2 response data as a single object.
|
Modifier and Type | Method and Description |
---|---|
Assertion |
getAssertion()
Get the assertion.
|
ResponseInfo |
getResponseInfo()
Get the response info.
|
String |
getSessionIndex()
Get the session index.
|
Subject |
getSubject()
Get the subject.
|
void |
setAssertion(Assertion assertion)
Sets the assertion.
|
void |
setResponseInfo(ResponseInfo responseInfo)
Sets the responseInfo value.
|
void |
setSessionIndex(String sessionIndex)
Sets the sessionIndex value.
|
void |
setSubject(Subject subject)
Sets the subject value.
|
public SAML2ResponseData()
public SAML2ResponseData(String sessionIndex, Subject subject, Assertion assertion, ResponseInfo responseInfo)
sessionIndex
- Session index used for this authentication.subject
- Subject about whom this authentication provides information.assertion
- Assertion for this subject's authentication.responseInfo
- Response Information pertaining to the authentication.public void setSubject(Subject subject)
subject
- value of the subject.public void setAssertion(Assertion assertion)
assertion
- value of the assertion.public void setSessionIndex(String sessionIndex)
sessionIndex
- value of the sessionIndex.public void setResponseInfo(ResponseInfo responseInfo)
responseInfo
- value of the responseInfo.public Subject getSubject()
public Assertion getAssertion()
public String getSessionIndex()
public ResponseInfo getResponseInfo()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.