Package org.opensaml.saml.saml1.core
Interface Attribute
- All Superinterfaces:
AttributeDesignator
,SAMLObject
,XMLObject
- All Known Implementing Classes:
AttributeImpl
This interface defines how the object representing a SAML 1
Attribute
element behaves.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Element name, no namespace.static final QName
Default element name.static final String
Local name of the XSI type.static final QName
QName of the XSI type.Fields inherited from interface org.opensaml.saml.saml1.core.AttributeDesignator
ATTRIBUTENAME_ATTRIB_NAME, ATTRIBUTENAMESPACE_ATTRIB_NAME
-
Method Summary
Modifier and TypeMethodDescriptionGet all the subsiduary AttributeValue elements.Methods inherited from interface org.opensaml.saml.saml1.core.AttributeDesignator
getAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespace
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getAttributeValues
Get all the subsiduary AttributeValue elements.- Returns:
- the subsiduary attribute values
-