|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AffiliationDescriptor
SAML 2.0 Metadata AffiliationDescriptorType
Field Summary | |
---|---|
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 |
Fields inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject |
---|
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME |
Fields inherited from interface org.opensaml.saml2.common.CacheableSAMLObject |
---|
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME |
Method Summary | |
---|---|
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. |
Methods inherited from interface org.opensaml.common.SignableSAMLObject |
---|
getSignatureReferenceID |
Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject |
---|
getSignature, isSigned, setSignature |
Methods inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject |
---|
getValidUntil, isValid, setValidUntil |
Methods inherited from interface org.opensaml.saml2.common.CacheableSAMLObject |
---|
getCacheDuration, setCacheDuration |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
---|
getUnknownAttributes |
Field Detail |
---|
static 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
Method Detail |
---|
java.lang.String getOwnerID()
java.lang.String getID()
Extensions getExtensions()
void setExtensions(Extensions extensions) throws java.lang.IllegalArgumentException
extensions
- the Extensions child of this object
java.lang.IllegalArgumentException
- thrown if the given extensions Object is already a child of another SAMLObjectvoid 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()
KeyDescriptor
s for this affiliation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |