Package org.opensaml.saml.ext.saml2alg
Interface DigestMethod
- All Superinterfaces:
ElementExtensibleXMLObject
,SAMLObject
,XMLObject
- All Known Implementing Classes:
DigestMethodImpl
SAML v2.0 Metadata Profile for Algorithm Support Version 1.0 DigestMethod SAMLObject.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the value of the Algorithm URI attribute.void
setAlgorithm
(String value) Get the value of the Algorithm URI attribute.Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
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. -
ALGORITHM_ATTRIB_NAME
Algorithm attribute name.- See Also:
-
-
Method Details
-
getAlgorithm
Get the value of the Algorithm URI attribute.- Returns:
- the algorithm URI
-
setAlgorithm
Get the value of the Algorithm URI attribute.- Parameters:
value
- the algorithm URI
-