public class AttributeConsumingServiceImpl extends AbstractSAMLObject implements AttributeConsumingService
AttributeConsumingService.DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
AttributeConsumingServiceImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDescription> |
getDescriptions()
Gets the descriptions for this service.
|
int |
getIndex()
Gets the index for this service.
|
List<ServiceName> |
getNames()
Gets the list of names this service has.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<RequestedAttribute> |
getRequestAttributes()
Gets the attributes this service requests.
|
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(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.
|
equals, prepareForAssignmentderegisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitderegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic int getIndex()
getIndex in interface AttributeConsumingServicepublic void setIndex(int index)
setIndex in interface AttributeConsumingServiceindex - the index for this servicepublic Boolean isDefault()
isDefault in interface AttributeConsumingServicepublic XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean in interface AttributeConsumingServicepublic void setIsDefault(Boolean newIsDefault)
setIsDefault in interface AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic void setIsDefault(XSBooleanValue newIsDefault)
setIsDefault in interface AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic List<ServiceName> getNames()
getNames in interface AttributeConsumingServicepublic List<ServiceDescription> getDescriptions()
getDescriptions in interface AttributeConsumingServicepublic List<RequestedAttribute> getRequestAttributes()
getRequestAttributes in interface AttributeConsumingServicepublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 2018 JBoss by Red Hat. All rights reserved.