|
||||||||||
| 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 | |
|---|---|
private int |
index
Index of this service |
private XSBooleanValue |
isDefault
isDefault attribute of this service |
private XMLObjectChildrenList<RequestedAttribute> |
requestAttributes
RequestedAttribute children |
private XMLObjectChildrenList<ServiceDescription> |
serviceDescriptions
ServiceDescription children |
private XMLObjectChildrenList<ServiceName> |
serviceNames
ServiceName children |
| 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(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
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()
|
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. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, 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 |
| Field Detail |
|---|
private int index
private XSBooleanValue isDefault
private final XMLObjectChildrenList<ServiceName> serviceNames
private final XMLObjectChildrenList<ServiceDescription> serviceDescriptions
private final XMLObjectChildrenList<RequestedAttribute> requestAttributes
| Constructor Detail |
|---|
protected AttributeConsumingServiceImpl(String namespaceURI,
String elementLocalName,
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 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 XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||