|
||||||||||
| 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 | |
|---|---|
private String |
loc
URI reference representing the location of a profile-specific endpoint supporting the authentication request protocol. |
private String |
name
Human-readable name for the IdP. |
private String |
providerID
The unique identifier of the IdP. |
| 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(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
String |
getLoc()
Gets the Loc value. |
String |
getName()
Gets the Name value. |
List<XMLObject> |
getOrderedChildren()
|
String |
getProviderID()
Gets ProviderID URI. |
void |
setLoc(String newLoc)
Sets the Loc value. |
void |
setName(String newName)
Sets the Name value. |
void |
setProviderID(String newProviderID)
Sets the ProviderID URI. |
| 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 String providerID
private String name
private String loc
| Constructor Detail |
|---|
protected IDPEntryImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public String getProviderID()
getProviderID in interface IDPEntrypublic void setProviderID(String newProviderID)
setProviderID in interface IDPEntrynewProviderID - the new ProviderID URIpublic String getName()
getName in interface IDPEntrypublic void setName(String newName)
setName in interface IDPEntrynewName - the Name valuepublic String getLoc()
getLoc in interface IDPEntrypublic void setLoc(String newLoc)
setLoc in interface IDPEntrynewLoc - the new Loc valuepublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||