Class AuthorityBindingImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml1.core.impl.AuthorityBindingImpl
- All Implemented Interfaces:
XMLObject
,SAMLObject
,AuthorityBinding
A concrete implementation of the
SubjectLocality
interface.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate QName
The AuthorityKind.private String
The Binding.private String
The Location.Fields inherited from interface org.opensaml.saml.saml1.core.AuthorityBinding
AUTHORITYKIND_ATTRIB_NAME, BINDING_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, LOCATION_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AuthorityBindingImpl
(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the type of authority described.Get the authority binding.Get the authority location.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.void
setAuthorityKind
(QName kind) Set the type of authority described.void
setBinding
(String newBinding) Set the authority binding.void
setLocation
(String loc) Set the authority location.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, setSchemaType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
authorityKind
The AuthorityKind. -
location
The Location. -
binding
The Binding.
-
-
Constructor Details
-
AuthorityBindingImpl
protected AuthorityBindingImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor.- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
-
-
Method Details
-
getAuthorityKind
Get the type of authority described.- Specified by:
getAuthorityKind
in interfaceAuthorityBinding
- Returns:
- the type of authority
-
setAuthorityKind
Set the type of authority described.- Specified by:
setAuthorityKind
in interfaceAuthorityBinding
- Parameters:
kind
- the type of authority
-
getLocation
Get the authority location.- Specified by:
getLocation
in interfaceAuthorityBinding
- Returns:
- the location
-
setLocation
Set the authority location.- Specified by:
setLocation
in interfaceAuthorityBinding
- Parameters:
loc
- the location
-
getBinding
Get the authority binding.- Specified by:
getBinding
in interfaceAuthorityBinding
- Returns:
- the binding
-
setBinding
Set the authority binding.- Specified by:
setBinding
in interfaceAuthorityBinding
- Parameters:
newBinding
- the binding
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildren
in interfaceXMLObject
- Returns:
- ordered list of child elements
-