|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.assertion.Assertion
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:06:22+02:00", comments="JAXB RI v2.2.11") public class Assertion
Java class for AssertionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssertionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Conditions" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Advice" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Statement"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnStatement"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthzDecisionStatement"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeStatement"/> </choice> </sequence> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Assertion()
|
Method Summary | |
---|---|
Advice |
getAdvice()
Gets the value of the advice property. |
Conditions |
getConditions()
Gets the value of the conditions property. |
String |
getID()
Gets the value of the id property. |
org.joda.time.DateTime |
getIssueInstant()
Gets the value of the issueInstant property. |
NameIDType |
getIssuer()
Gets the value of the issuer property. |
Signature |
getSignature()
Gets the value of the signature property. |
List<StatementAbstractType> |
getStatementsAndAuthnStatementsAndAuthzDecisionStatements()
Gets the value of the statementsAndAuthnStatementsAndAuthzDecisionStatements property. |
Subject |
getSubject()
Gets the value of the subject property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAdvice(Advice value)
Sets the value of the advice property. |
void |
setConditions(Conditions value)
Sets the value of the conditions property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setIssueInstant(org.joda.time.DateTime value)
Sets the value of the issueInstant property. |
void |
setIssuer(NameIDType value)
Sets the value of the issuer property. |
void |
setSignature(Signature value)
Sets the value of the signature property. |
void |
setSubject(Subject value)
Sets the value of the subject property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Assertion()
Method Detail |
---|
public NameIDType getIssuer()
NameIDType
public void setIssuer(NameIDType value)
value
- allowed object is
NameIDType
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
public Subject getSubject()
Subject
public void setSubject(Subject value)
value
- allowed object is
Subject
public Conditions getConditions()
Conditions
public void setConditions(Conditions value)
value
- allowed object is
Conditions
public Advice getAdvice()
Advice
public void setAdvice(Advice value)
value
- allowed object is
Advice
public List<StatementAbstractType> getStatementsAndAuthnStatementsAndAuthzDecisionStatements()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the statementsAndAuthnStatementsAndAuthzDecisionStatements property.
For example, to add a new item, do as follows:
getStatementsAndAuthnStatementsAndAuthzDecisionStatements().add(newItem);
Objects of the following type(s) are allowed in the list
StatementAbstractType
AuthnStatement
AuthzDecisionStatement
AttributeStatement
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getID()
String
public void setID(String value)
value
- allowed object is
String
public org.joda.time.DateTime getIssueInstant()
String
public void setIssueInstant(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |