public interface AttributeConsumingService extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
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 |
INDEX_ATTRIB_NAME
"index" attribute's local name.
|
static java.lang.String |
IS_DEFAULT_ATTRIB_NAME
"isDefault" attribute's local name.
|
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 |
|---|---|
java.util.List<ServiceDescription> |
getDescriptions()
Gets the descriptions for this service.
|
int |
getIndex()
Gets the index for this service.
|
java.util.List<ServiceName> |
getNames()
Gets the list of names this service has.
|
java.util.List<RequestedAttribute> |
getRequestAttributes()
Gets the attributes this service requests.
|
java.lang.Boolean |
isDefault()
Checks if this is the default service for the service provider.
|
XSBooleanValue |
isDefaultXSBoolean()
Checks if this is the default service for the service provider.
|
void |
setIndex(int index)
Sets the index for this service.
|
void |
setIsDefault(java.lang.Boolean newIsDefault)
Sets if this is the default service for the service provider.
|
void |
setIsDefault(XSBooleanValue newIsDefault)
Sets if this is the default service for the service provider.
|
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 INDEX_ATTRIB_NAME
static final java.lang.String IS_DEFAULT_ATTRIB_NAME
int getIndex()
void setIndex(int index)
index - the index for this servicejava.lang.Boolean isDefault()
XSBooleanValue isDefaultXSBoolean()
void setIsDefault(java.lang.Boolean newIsDefault)
newIsDefault - true if this is the default service, false if notvoid setIsDefault(XSBooleanValue newIsDefault)
newIsDefault - true if this is the default service, false if notjava.util.List<ServiceName> getNames()
java.util.List<ServiceDescription> getDescriptions()
java.util.List<RequestedAttribute> getRequestAttributes()