|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.metadata.EntityDescriptor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class EntityDescriptor
Java class for EntityDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityDescriptorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Extensions" minOccurs="0"/> <choice> <choice maxOccurs="unbounded"> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}IDPSSODescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SPSSODescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AuthnAuthorityDescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeAuthorityDescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}PDPDescriptor"/> </choice> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AffiliationDescriptor"/> </choice> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Organization" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ContactPerson" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AdditionalMetadataLocation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="entityID" use="required" type="{urn:oasis:names:tc:SAML:2.0:metadata}entityIDType" /> <attribute name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="cacheDuration" type="{http://www.w3.org/2001/XMLSchema}duration" /> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EntityDescriptor()
|
Method Summary | |
---|---|
List<AdditionalMetadataLocation> |
getAdditionalMetadataLocations()
Gets the value of the additionalMetadataLocations property. |
AffiliationDescriptor |
getAffiliationDescriptor()
Gets the value of the affiliationDescriptor property. |
Duration |
getCacheDuration()
Gets the value of the cacheDuration property. |
List<ContactPerson> |
getContactPersons()
Gets the value of the contactPersons property. |
String |
getEntityID()
Gets the value of the entityID property. |
Extensions |
getExtensions()
Gets the value of the extensions property. |
String |
getID()
Gets the value of the id property. |
Organization |
getOrganization()
Gets the value of the organization property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
List<RoleDescriptorType> |
getRoleDescriptorsAndIDPSSODescriptorsAndSPSSODescriptors()
Gets the value of the roleDescriptorsAndIDPSSODescriptorsAndSPSSODescriptors property. |
Signature |
getSignature()
Gets the value of the signature property. |
org.joda.time.DateTime |
getValidUntil()
Gets the value of the validUntil property. |
void |
setAffiliationDescriptor(AffiliationDescriptor value)
Sets the value of the affiliationDescriptor property. |
void |
setCacheDuration(Duration value)
Sets the value of the cacheDuration property. |
void |
setEntityID(String value)
Sets the value of the entityID property. |
void |
setExtensions(Extensions value)
Sets the value of the extensions property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setOrganization(Organization value)
Sets the value of the organization property. |
void |
setSignature(Signature value)
Sets the value of the signature property. |
void |
setValidUntil(org.joda.time.DateTime value)
Sets the value of the validUntil property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityDescriptor()
Method Detail |
---|
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
public Extensions getExtensions()
Extensions
public void setExtensions(Extensions value)
value
- allowed object is
Extensions
public AffiliationDescriptor getAffiliationDescriptor()
AffiliationDescriptor
public void setAffiliationDescriptor(AffiliationDescriptor value)
value
- allowed object is
AffiliationDescriptor
public List<RoleDescriptorType> getRoleDescriptorsAndIDPSSODescriptorsAndSPSSODescriptors()
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 roleDescriptorsAndIDPSSODescriptorsAndSPSSODescriptors property.
For example, to add a new item, do as follows:
getRoleDescriptorsAndIDPSSODescriptorsAndSPSSODescriptors().add(newItem);
Objects of the following type(s) are allowed in the list
RoleDescriptorType
IDPSSODescriptor
SPSSODescriptor
AuthnAuthorityDescriptor
AttributeAuthorityDescriptor
PDPDescriptor
public Organization getOrganization()
Organization
public void setOrganization(Organization value)
value
- allowed object is
Organization
public List<ContactPerson> getContactPersons()
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 contactPersons property.
For example, to add a new item, do as follows:
getContactPersons().add(newItem);
Objects of the following type(s) are allowed in the list
ContactPerson
public List<AdditionalMetadataLocation> getAdditionalMetadataLocations()
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 additionalMetadataLocations property.
For example, to add a new item, do as follows:
getAdditionalMetadataLocations().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalMetadataLocation
public String getEntityID()
String
public void setEntityID(String value)
value
- allowed object is
String
public org.joda.time.DateTime getValidUntil()
String
public void setValidUntil(org.joda.time.DateTime value)
value
- allowed object is
String
public Duration getCacheDuration()
Duration
public void setCacheDuration(Duration value)
value
- allowed object is
Duration
public String getID()
String
public void setID(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |