Package org.opensaml.saml.saml1.core
Interface AuthorityBinding
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
AuthorityBindingImpl
Interface to define how a
AuthorityBinding
element behaves.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name for the AuthorityKind attribute.static final String
Name for the Binding attribute.static final String
Element name, no namespace.static final QName
Default element name.static final String
Name for the Location attribute.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the type of authority described.Get the authority binding.Get the authority location.void
setAuthorityKind
(QName authorityKind) Set the type of authority described.void
setBinding
(String binding) Set the authority binding.void
setLocation
(String location) Set the authority location.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. -
AUTHORITYKIND_ATTRIB_NAME
Name for the AuthorityKind attribute.- See Also:
-
LOCATION_ATTRIB_NAME
Name for the Location attribute.- See Also:
-
BINDING_ATTRIB_NAME
Name for the Binding attribute.- See Also:
-
-
Method Details
-
getAuthorityKind
QName getAuthorityKind()Get the type of authority described.- Returns:
- the type of authority
-
setAuthorityKind
Set the type of authority described.- Parameters:
authorityKind
- the type of authority
-
getLocation
String getLocation()Get the authority location.- Returns:
- the location
-
setLocation
Set the authority location.- Parameters:
location
- the location
-
getBinding
String getBinding()Get the authority binding.- Returns:
- the binding
-
setBinding
Set the authority binding.- Parameters:
binding
- the binding
-