|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.common.CommonResponseType
org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseAbstractType
org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseType
public class SAML11ResponseType
Field Summary | |
---|---|
protected List<SAML11AssertionType> |
assertions
|
protected SAML11StatusType |
status
|
Fields inherited from class org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseAbstractType |
---|
majorVersion, minorVersion, recipient |
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonResponseType |
---|
id, inResponseTo, issueInstant, signature |
Constructor Summary | |
---|---|
SAML11ResponseType(String id,
XMLGregorianCalendar issueInstant)
|
Method Summary | |
---|---|
void |
add(SAML11AssertionType assertion)
|
List<SAML11AssertionType> |
get()
|
SAML11StatusType |
getStatus()
|
boolean |
remove(SAML11AssertionType assertion)
|
void |
setStatus(SAML11StatusType status)
|
Methods inherited from class org.picketlink.identity.federation.saml.v1.protocol.SAML11ResponseAbstractType |
---|
getMajorVersion, getMinorVersion, getRecipient, setRecipient |
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonResponseType |
---|
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<SAML11AssertionType> assertions
protected SAML11StatusType status
Constructor Detail |
---|
public SAML11ResponseType(String id, XMLGregorianCalendar issueInstant)
Method Detail |
---|
public void add(SAML11AssertionType assertion)
public boolean remove(SAML11AssertionType assertion)
public List<SAML11AssertionType> get()
public SAML11StatusType getStatus()
public void setStatus(SAML11StatusType status)
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |