|
||||||||||
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(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<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
List<RequestedAttribute> |
getRequestAttributes()
Gets the attributes this service requests. |
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(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, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, 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, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Constructor Detail |
---|
protected AttributeConsumingServiceImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- elementLocalName
- namespacePrefix
- Method Detail |
---|
public int getIndex()
getIndex
in interface AttributeConsumingService
public void setIndex(int index)
setIndex
in interface AttributeConsumingService
index
- the index for this servicepublic Boolean isDefault()
isDefault
in interface AttributeConsumingService
public org.opensaml.xml.schema.XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean
in interface AttributeConsumingService
public void setIsDefault(Boolean newIsDefault)
setIsDefault
in interface AttributeConsumingService
newIsDefault
- true if this is the default service, false if notpublic void setIsDefault(org.opensaml.xml.schema.XSBooleanValue newIsDefault)
setIsDefault
in interface AttributeConsumingService
newIsDefault
- true if this is the default service, false if notpublic List<ServiceName> getNames()
getNames
in interface AttributeConsumingService
public List<ServiceDescription> getDescriptions()
getDescriptions
in interface AttributeConsumingService
public List<RequestedAttribute> getRequestAttributes()
getRequestAttributes
in interface AttributeConsumingService
public 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 |