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 String
Element local name.static final QName
Default element name.static final String
Loc attribute name.static final String
Name attribute name.static final String
ProviderID attribute name.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptiongetLoc()
Gets the Loc value.getName()
Gets the Name value.Gets ProviderID URI.void
Sets the Loc value.void
Sets the Name value.void
setProviderID
(String newProviderID) Sets the ProviderID URI.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
String getProviderID()Gets ProviderID URI.- Returns:
- the ProviderID URI
-
setProviderID
Sets the ProviderID URI.- Parameters:
newProviderID
- the new ProviderID URI
-
getName
String getName()Gets the Name value.- Returns:
- the Name value
-
setName
Sets the Name value.- Parameters:
newName
- the Name value
-
getLoc
String getLoc()Gets the Loc value.- Returns:
- the Loc value
-
setLoc
Sets the Loc value.- Parameters:
newLoc
- the new Loc value
-