|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.samlv2.metadata.EntityDescriptorType
public class EntityDescriptorType
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>
| Field Summary | |
|---|---|
protected List<AdditionalMetadataLocationType> |
additionalMetadataLocation
|
protected AffiliationDescriptorType |
affiliationDescriptor
|
protected Duration |
cacheDuration
|
protected List<ContactType> |
contactPerson
|
protected String |
entityID
|
protected ExtensionsType |
extensions
|
protected String |
id
|
protected OrganizationType |
organization
|
protected List<RoleDescriptorType> |
roleDescriptorOrIDPSSODescriptorOrSPSSODescriptor
|
protected SignatureType |
signature
|
protected XMLGregorianCalendar |
validUntil
|
| Constructor Summary | |
|---|---|
EntityDescriptorType()
|
|
| Method Summary | |
|---|---|
List<AdditionalMetadataLocationType> |
getAdditionalMetadataLocation()
Gets the value of the additionalMetadataLocation property. |
AffiliationDescriptorType |
getAffiliationDescriptor()
Gets the value of the affiliationDescriptor property. |
Duration |
getCacheDuration()
Gets the value of the cacheDuration property. |
List<ContactType> |
getContactPerson()
Gets the value of the contactPerson property. |
String |
getEntityID()
Gets the value of the entityID property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
String |
getID()
Gets the value of the id property. |
OrganizationType |
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> |
getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor()
Gets the value of the roleDescriptorOrIDPSSODescriptorOrSPSSODescriptor property. |
SignatureType |
getSignature()
Gets the value of the signature property. |
XMLGregorianCalendar |
getValidUntil()
Gets the value of the validUntil property. |
void |
setAffiliationDescriptor(AffiliationDescriptorType 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(ExtensionsType value)
Sets the value of the extensions property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setOrganization(OrganizationType value)
Sets the value of the organization property. |
void |
setSignature(SignatureType value)
Sets the value of the signature property. |
void |
setValidUntil(XMLGregorianCalendar value)
Sets the value of the validUntil property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SignatureType signature
protected ExtensionsType extensions
protected List<RoleDescriptorType> roleDescriptorOrIDPSSODescriptorOrSPSSODescriptor
protected AffiliationDescriptorType affiliationDescriptor
protected OrganizationType organization
protected List<ContactType> contactPerson
protected List<AdditionalMetadataLocationType> additionalMetadataLocation
protected String entityID
protected XMLGregorianCalendar validUntil
protected Duration cacheDuration
protected String id
| Constructor Detail |
|---|
public EntityDescriptorType()
| Method Detail |
|---|
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is
ExtensionsTypepublic List<RoleDescriptorType> getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor()
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 roleDescriptorOrIDPSSODescriptorOrSPSSODescriptor property.
For example, to add a new item, do as follows:
getRoleDescriptorOrIDPSSODescriptorOrSPSSODescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
AuthnAuthorityDescriptorType
PDPDescriptorType
SPSSODescriptorType
RoleDescriptorType
AttributeAuthorityDescriptorType
IDPSSODescriptorType
public AffiliationDescriptorType getAffiliationDescriptor()
AffiliationDescriptorTypepublic void setAffiliationDescriptor(AffiliationDescriptorType value)
value - allowed object is
AffiliationDescriptorTypepublic OrganizationType getOrganization()
OrganizationTypepublic void setOrganization(OrganizationType value)
value - allowed object is
OrganizationTypepublic List<ContactType> getContactPerson()
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 contactPerson property.
For example, to add a new item, do as follows:
getContactPerson().add(newItem);
Objects of the following type(s) are allowed in the list
ContactType
public List<AdditionalMetadataLocationType> getAdditionalMetadataLocation()
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 additionalMetadataLocation property.
For example, to add a new item, do as follows:
getAdditionalMetadataLocation().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalMetadataLocationType
public String getEntityID()
Stringpublic void setEntityID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getValidUntil()
XMLGregorianCalendarpublic void setValidUntil(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Duration getCacheDuration()
Durationpublic void setCacheDuration(Duration value)
value - allowed object is
Durationpublic String getID()
Stringpublic void setID(String value)
value - allowed object is
Stringpublic 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 | |||||||||