Package org.opensaml.saml.saml2.core
Interface IDPEntry
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
IDPEntryImpl
SAML 2.0 Core IDPEntry.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement local name.static final QNameDefault element name.static final StringLoc attribute name.static final StringName attribute name.static final StringProviderID attribute name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptiongetLoc()Gets the Loc value.getName()Gets the Name value.Gets ProviderID URI.voidSets the Loc value.voidSets the Name value.voidsetProviderID(String newProviderID) Sets the ProviderID URI.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
PROVIDER_ID_ATTRIB_NAME
ProviderID attribute name.- See Also:
-
NAME_ATTRIB_NAME
Name attribute name.- See Also:
-
LOC_ATTRIB_NAME
Loc attribute name.- See Also:
-
-
Method Details
-
getProviderID
Gets ProviderID URI.- Returns:
- the ProviderID URI
-
setProviderID
Sets the ProviderID URI.- Parameters:
newProviderID- the new ProviderID URI
-
getName
Gets the Name value.- Returns:
- the Name value
-
setName
Sets the Name value.- Parameters:
newName- the Name value
-
getLoc
Gets the Loc value.- Returns:
- the Loc value
-
setLoc
Sets the Loc value.- Parameters:
newLoc- the new Loc value
-