public class AffiliationDescriptorImpl extends AbstractSignableSAMLObject implements AffiliationDescriptor
AffiliationDescriptor.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Long |
cacheDuration
cacheDurection attribute.
|
private Extensions |
extensions
Extensions child.
|
private java.lang.String |
id
ID attribute.
|
private XMLObjectChildrenList<KeyDescriptor> |
keyDescriptors
Key descriptors for this role.
|
private XMLObjectChildrenList<AffiliateMember> |
members
Members of this affiliation.
|
private java.lang.String |
ownerID
ID of the owner of this affiliation.
|
private AttributeMap |
unknownAttributes
"anyAttribute" attributes.
|
private org.joda.time.DateTime |
validUntil
validUntil attribute.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ID_ATTRIB_NAME, OWNER_ID_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAMEVALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAMECACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME| Modifier | Constructor and Description |
|---|---|
protected |
AffiliationDescriptorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCacheDuration()
Gets the maximum time, in milliseconds, that this descriptor should be cached.
|
Extensions |
getExtensions()
Gets the Extensions child of this object.
|
java.lang.String |
getID()
Gets the ID of this Descriptor.
|
java.util.List<KeyDescriptor> |
getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation.
|
java.util.List<AffiliateMember> |
getMembers()
Gets a list of the members of this affiliation.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.lang.String |
getOwnerID()
Gets the ID of the owner of this affiliation.
|
java.lang.String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
org.joda.time.DateTime |
getValidUntil()
Gets the date until which this descriptor is valid.
|
boolean |
isValid()
Checks to see if the current time is past the validUntil time.
|
void |
setCacheDuration(java.lang.Long duration)
Sets the maximum time, in milliseconds, that this descriptor should be cached.
|
void |
setExtensions(Extensions theExtensions)
Sets the Extensions child of this object.
|
void |
setID(java.lang.String newID)
Sets the ID of this descriptor.
|
void |
setOwnerID(java.lang.String newOwnerID)
Sets the ID of the owner of this affiliation.
|
void |
setValidUntil(org.joda.time.DateTime theValidUntil)
Sets the date until which this descriptor is valid.
|
equals, hashCode, prepareForAssignment, setSignaturegetSignature, isSigneddetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String ownerID
private java.lang.String id
private org.joda.time.DateTime validUntil
private java.lang.Long cacheDuration
private Extensions extensions
private final AttributeMap unknownAttributes
private final XMLObjectChildrenList<AffiliateMember> members
private final XMLObjectChildrenList<KeyDescriptor> keyDescriptors
protected AffiliationDescriptorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - namespaceelementLocalName - localnamenamespacePrefix - prefixpublic java.lang.String getOwnerID()
getOwnerID in interface AffiliationDescriptorpublic void setOwnerID(java.lang.String newOwnerID)
setOwnerID in interface AffiliationDescriptornewOwnerID - the ID of the owner of this affiliationpublic java.lang.String getID()
getID in interface AffiliationDescriptorpublic void setID(java.lang.String newID)
setID in interface AffiliationDescriptornewID - the ID of this descriptorpublic boolean isValid()
isValid in interface TimeBoundSAMLObjectpublic org.joda.time.DateTime getValidUntil()
getValidUntil in interface TimeBoundSAMLObjectpublic void setValidUntil(org.joda.time.DateTime theValidUntil)
setValidUntil in interface TimeBoundSAMLObjecttheValidUntil - the date until which this descriptor is validpublic java.lang.Long getCacheDuration()
getCacheDuration in interface CacheableSAMLObjectpublic void setCacheDuration(java.lang.Long duration)
setCacheDuration in interface CacheableSAMLObjectduration - the maximum time that this descriptor should be cachedpublic Extensions getExtensions()
getExtensions in interface AffiliationDescriptorpublic void setExtensions(Extensions theExtensions)
setExtensions in interface AffiliationDescriptortheExtensions - the Extensions child of this objectpublic java.util.List<AffiliateMember> getMembers()
getMembers in interface AffiliationDescriptorpublic java.util.List<KeyDescriptor> getKeyDescriptors()
getKeyDescriptors in interface AffiliationDescriptorKeyDescriptors for this affiliationpublic AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic java.lang.String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject