|
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.v2.metadata.EntitiesDescriptorType
public class EntitiesDescriptorType
Java class for EntitiesDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntitiesDescriptorType"> <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 maxOccurs="unbounded"> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EntityDescriptor"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EntitiesDescriptor"/> </choice> </sequence> <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" /> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Duration |
cacheDuration
|
protected List<Object> |
entityDescriptor
|
protected ExtensionsType |
extensions
|
protected String |
id
|
protected String |
name
|
protected Element |
signature
|
protected XMLGregorianCalendar |
validUntil
|
Constructor Summary | |
---|---|
EntitiesDescriptorType()
|
Method Summary | |
---|---|
void |
addEntityDescriptor(Object obj)
Add an entity descriptor |
Duration |
getCacheDuration()
Gets the value of the cacheDuration property. |
List<Object> |
getEntityDescriptor()
Gets the value of the entityDescriptorOrEntitiesDescriptor property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
String |
getID()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
Element |
getSignature()
Gets the value of the signature property. |
XMLGregorianCalendar |
getValidUntil()
Gets the value of the validUntil property. |
void |
removeEntityDescriptor(Object obj)
Remove an entity descriptor |
void |
setCacheDuration(Duration value)
Sets the value of the cacheDuration property. |
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSignature(Element 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 Element signature
protected ExtensionsType extensions
protected List<Object> entityDescriptor
protected XMLGregorianCalendar validUntil
protected Duration cacheDuration
protected String id
protected String name
Constructor Detail |
---|
public EntitiesDescriptorType()
Method Detail |
---|
public Element getSignature()
Element
public void setSignature(Element value)
value
- allowed object is Element
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is ExtensionsType
public void addEntityDescriptor(Object obj)
obj
- public void removeEntityDescriptor(Object obj)
obj
- public List<Object> getEntityDescriptor()
Objects of the following type(s) are allowed in the list EntitiesDescriptorType
EntityDescriptorType
public XMLGregorianCalendar getValidUntil()
XMLGregorianCalendar
public void setValidUntil(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
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 String getName()
String
public void setName(String value)
value
- allowed object is String
|
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 |