|
|||||||||
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.core.impl.IDPEntryImpl
public class IDPEntryImpl
Concrete implementation of IDPEntry
Field Summary |
---|
Fields inherited from interface org.opensaml.saml2.core.IDPEntry |
---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, LOC_ATTRIB_NAME, NAME_ATTRIB_NAME, PROVIDER_ID_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
protected |
IDPEntryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getLoc()
Gets the Loc value. |
java.lang.String |
getName()
Gets the Name value. |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
java.lang.String |
getProviderID()
Gets ProviderID URI. |
void |
setLoc(java.lang.String newLoc)
Sets the Loc value. |
void |
setName(java.lang.String newName)
Sets the Name value. |
void |
setProviderID(java.lang.String newProviderID)
Sets the ProviderID URI. |
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 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, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Constructor Detail |
---|
protected IDPEntryImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
namespaceURI
- elementLocalName
- namespacePrefix
- Method Detail |
---|
public java.lang.String getProviderID()
getProviderID
in interface IDPEntry
public void setProviderID(java.lang.String newProviderID)
setProviderID
in interface IDPEntry
newProviderID
- the new ProviderID URIpublic java.lang.String getName()
getName
in interface IDPEntry
public void setName(java.lang.String newName)
setName
in interface IDPEntry
newName
- the Name valuepublic java.lang.String getLoc()
getLoc
in interface IDPEntry
public void setLoc(java.lang.String newLoc)
setLoc
in interface IDPEntry
newLoc
- the new Loc valuepublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |