Package org.opensaml.soap.wspolicy
Interface PolicyReference
- All Superinterfaces:
AttributeExtensibleXMLObject,WSPolicyObject,XMLObject
- All Known Implementing Classes:
PolicyReferenceImpl
The wsp:PolicyReference element.
- See Also:
-
- "WS-Policy (http://schemas.xmlsoap.org/ws/2004/09/policy)"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe wsp:PolicyReference/@Digest attribute local name.static final StringThe default wsp:PolicyReference/@DigestAlgorithm attribute value.static final StringThe wsp:PolicyReference/@Digest attribute local name.static final StringElement local name.static final QNameDefault element name.static final StringThe wsp:PolicyReference/@URI attribute local name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the wsp:PolicyReference/@Digest attribute URI value.Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.getURI()Returns the wsp:PolicyReference/@URI attribute value.voidSets the wsp:PolicyReference/@Digest attribute URI value.voidsetDigestAlgorithm(String digestAlgorithm) Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.voidSets the wsp:PolicyReference/@URI attribute value.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods 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
-
ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Default element name. -
URI_ATTRIB_NAME
The wsp:PolicyReference/@URI attribute local name.- See Also:
-
DIGEST_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.- See Also:
-
DIGEST_ALGORITHM_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.- See Also:
-
DIGEST_ALGORITHM_SHA1EXC
The default wsp:PolicyReference/@DigestAlgorithm attribute value.- See Also:
-
-
Method Details
-
getURI
Returns the wsp:PolicyReference/@URI attribute value.- Returns:
- the URI attribute value.
-
setURI
Sets the wsp:PolicyReference/@URI attribute value.- Parameters:
uri- the URI attribute value to set.
-
getDigest
Returns the wsp:PolicyReference/@Digest attribute URI value.- Returns:
- the Digest attribute URI value.
-
setDigest
Sets the wsp:PolicyReference/@Digest attribute URI value.- Parameters:
digest- the Digest attribute URI value to set.
-
getDigestAlgorithm
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.- Returns:
- the DigestAlgoritm attribute Base64 binary value.
-
setDigestAlgorithm
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.- Parameters:
digestAlgorithm- the DigestAlgoritm attribute Base64 binary value to set.
-