public interface AuthorityBinding extends SAMLObject
AuthorityBinding element behaves.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHORITYKIND_ATTRIB_NAME
Name for the AuthorityKind attribute.
|
static java.lang.String |
BINDING_ATTRIB_NAME
Name for the Binding attribute.
|
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 |
LOCATION_ATTRIB_NAME
Name for the Location attribute.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getAuthorityKind()
Get the type of authority described.
|
java.lang.String |
getBinding()
Get the authority binding.
|
java.lang.String |
getLocation()
Get the authority location.
|
void |
setAuthorityKind(javax.xml.namespace.QName authorityKind)
Set the type of authority described.
|
void |
setBinding(java.lang.String binding)
Set the authority binding.
|
void |
setLocation(java.lang.String location)
Set the authority location.
|
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, setSchemaLocationstatic 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 AUTHORITYKIND_ATTRIB_NAME
static final java.lang.String LOCATION_ATTRIB_NAME
static final java.lang.String BINDING_ATTRIB_NAME
javax.xml.namespace.QName getAuthorityKind()
void setAuthorityKind(javax.xml.namespace.QName authorityKind)
authorityKind - the type of authorityjava.lang.String getLocation()
void setLocation(java.lang.String location)
location - the locationjava.lang.String getBinding()
void setBinding(java.lang.String binding)
binding - the binding