public interface AffiliationDescriptor extends SignableSAMLObject, TimeBoundSAMLObject, CacheableSAMLObject, AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
ID_ATTRIB_NAME
ID attribute's local name.
|
static java.lang.String |
OWNER_ID_ATTRIB_NAME
"affiliationOwnerID" attribute's local name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAMECACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME| Modifier and Type | Method and Description |
|---|---|
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.lang.String |
getOwnerID()
Gets the ID of the owner of this affiliation.
|
void |
setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
setID(java.lang.String newID)
Sets the ID of this descriptor.
|
void |
setOwnerID(java.lang.String ownerID)
Sets the ID of the owner of this affiliation.
|
getSignatureReferenceIDgetSignature, isSigned, setSignaturegetValidUntil, isValid, setValidUntilgetCacheDuration, setCacheDurationdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationgetUnknownAttributesstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String OWNER_ID_ATTRIB_NAME
static final java.lang.String ID_ATTRIB_NAME
java.lang.String getOwnerID()
java.lang.String getID()
Extensions getExtensions()
void setExtensions(Extensions extensions)
extensions - the Extensions child of this objectvoid setOwnerID(java.lang.String ownerID)
ownerID - the ID of the owner of this affiliationvoid setID(java.lang.String newID)
newID - the ID of this descriptorjava.util.List<AffiliateMember> getMembers()
java.util.List<KeyDescriptor> getKeyDescriptors()
KeyDescriptors for this affiliation