public class Metadata
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
implements org.opensaml.core.xml.ElementExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
private MetadataAbstract |
abstrakt |
private org.opensaml.core.xml.util.XMLObjectChildrenList<Action> |
actions |
private org.opensaml.core.xml.util.XMLObjectChildrenList<Framework> |
frameworks |
static String |
LOCAL_NAME |
private Options |
options |
private ProviderID |
providerID |
private org.opensaml.core.xml.util.XMLObjectChildrenList<SecurityContext> |
securityContexts |
private org.opensaml.core.xml.util.XMLObjectChildrenList<ServiceType> |
serviceTypes |
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownXMLObjects |
| Modifier | Constructor and Description |
|---|---|
|
Metadata() |
protected |
Metadata(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<Action> |
getActions() |
org.opensaml.core.xml.util.XMLObjectChildrenList<Framework> |
getFrameworks()
One or more <Framework> elements MUST be present in the EPR <Metadata> element.
|
MetadataAbstract |
getMetadataAbstract() |
Options |
getOptions() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
ProviderID |
getProviderID() |
org.opensaml.core.xml.util.XMLObjectChildrenList<SecurityContext> |
getSecurityContexts() |
List<ServiceType> |
getServiceTypes()
One or more <ServiceType> elements MUST be present in the EPR <Metadata> element.
|
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
boolean |
referencesServiceTypeURN(String urn)
If the EPR holds a reference to the URN specified, then this method returns
true.
|
void |
setMetadataAbstract(MetadataAbstract abstrakt) |
void |
setOptions(Options options) |
void |
setProviderID(ProviderID providerID) |
getSignature, isSigned, setSignaturedetach, 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String LOCAL_NAME
private MetadataAbstract abstrakt
private ProviderID providerID
private org.opensaml.core.xml.util.XMLObjectChildrenList<ServiceType> serviceTypes
private org.opensaml.core.xml.util.XMLObjectChildrenList<Framework> frameworks
private org.opensaml.core.xml.util.XMLObjectChildrenList<Action> actions
private Options options
private org.opensaml.core.xml.util.XMLObjectChildrenList<SecurityContext> securityContexts
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
public void setMetadataAbstract(MetadataAbstract abstrakt)
public MetadataAbstract getMetadataAbstract()
public ProviderID getProviderID()
public void setProviderID(ProviderID providerID)
public List<ServiceType> getServiceTypes()
public boolean referencesServiceTypeURN(String urn)
urn - public org.opensaml.core.xml.util.XMLObjectChildrenList<Framework> getFrameworks()
public org.opensaml.core.xml.util.XMLObjectChildrenList<Action> getActions()
public Options getOptions()
public org.opensaml.core.xml.util.XMLObjectChildrenList<SecurityContext> getSecurityContexts()
public void setOptions(Options options)
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2015. All rights reserved.