public interface AuthorityBinding extends SAMLObject
AuthorityBinding
element behaves.Modifier and Type | Field and Description |
---|---|
static String |
AUTHORITYKIND_ATTRIB_NAME
Name for the AuthorityKind attribute.
|
static String |
BINDING_ATTRIB_NAME
Name for the Binding attribute.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
LOCATION_ATTRIB_NAME
Name for the Location attribute.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
QName |
getAuthorityKind()
Get the type of authority described.
|
String |
getBinding()
Get the authority binding.
|
String |
getLocation()
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.
|
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String AUTHORITYKIND_ATTRIB_NAME
static final String LOCATION_ATTRIB_NAME
static final String BINDING_ATTRIB_NAME
QName getAuthorityKind()
void setAuthorityKind(QName authorityKind)
authorityKind
- the type of authorityString getLocation()
void setLocation(String location)
location
- the locationString getBinding()
void setBinding(String binding)
binding
- the bindingCopyright © 2016 JBoss by Red Hat. All rights reserved.