|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
public class AttributeConsumingServiceImpl
Concrete implementation of AttributeConsumingService.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml2.metadata.AttributeConsumingService |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
AttributeConsumingServiceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
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<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
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. |
org.opensaml.xml.schema.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(org.opensaml.xml.schema.XSBooleanValue newIsDefault)
Sets if this is the default service for the service provider. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, 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, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, 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, setSchemaLocation |
| Constructor Detail |
|---|
protected AttributeConsumingServiceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - elementLocalName - namespacePrefix - | Method Detail |
|---|
public int getIndex()
getIndex in interface AttributeConsumingServicepublic void setIndex(int index)
setIndex in interface AttributeConsumingServiceindex - the index for this servicepublic java.lang.Boolean isDefault()
isDefault in interface AttributeConsumingServicepublic org.opensaml.xml.schema.XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean in interface AttributeConsumingServicepublic void setIsDefault(java.lang.Boolean newIsDefault)
setIsDefault in interface AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic void setIsDefault(org.opensaml.xml.schema.XSBooleanValue newIsDefault)
setIsDefault in interface AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic java.util.List<ServiceName> getNames()
getNames in interface AttributeConsumingServicepublic java.util.List<ServiceDescription> getDescriptions()
getDescriptions in interface AttributeConsumingServicepublic java.util.List<RequestedAttribute> getRequestAttributes()
getRequestAttributes in interface AttributeConsumingServicepublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||