public interface AffiliationDescriptor extends SignableSAMLObject, TimeBoundSAMLObject, CacheableSAMLObject, AttributeExtensibleXMLObject
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name
|
static String |
ID_ATTRIB_NAME
ID attribute's local name
|
static String |
OWNER_ID_ATTRIB_NAME
"affiliationOwnerID" attribute's local name
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type
|
static QName |
TYPE_NAME
QName of the XSI type
|
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
修飾子とタイプ | メソッドと説明 |
---|---|
Extensions |
getExtensions()
Gets the Extensions child of this object.
|
String |
getID()
Gets the ID of this Descriptor.
|
List<KeyDescriptor> |
getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation.
|
List<AffiliateMember> |
getMembers()
Gets a list of the members of this affiliation.
|
String |
getOwnerID()
Gets the ID of the owner of this affiliation.
|
void |
setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
setID(String newID)
Sets the ID of this descriptor.
|
void |
setOwnerID(String ownerID)
Sets the ID of the owner of this affiliation.
|
getSignatureReferenceID
getSignature, isSigned, setSignature
getValidUntil, isValid, setValidUntil
getCacheDuration, setCacheDuration
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
getUnknownAttributes
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String OWNER_ID_ATTRIB_NAME
String getOwnerID()
String getID()
Extensions getExtensions()
void setExtensions(Extensions extensions) throws IllegalArgumentException
extensions
- the Extensions child of this objectIllegalArgumentException
- thrown if the given extensions Object is already a child of another SAMLObjectvoid setOwnerID(String ownerID)
ownerID
- the ID of the owner of this affiliationvoid setID(String newID)
newID
- the ID of this descriptorList<AffiliateMember> getMembers()
List<KeyDescriptor> getKeyDescriptors()
KeyDescriptor
s for this affiliationCopyright © 2012. All Rights Reserved.