public interface PolicyReference extends org.opensaml.xml.AttributeExtensibleXMLObject, WSPolicyObject
Modifier and Type | Field and Description |
---|---|
static String |
DIGEST_ALGORITHM_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.
|
static String |
DIGEST_ALGORITHM_SHA1EXC
The default wsp:PolicyReference/@DigestAlgorithm attribute value.
|
static String |
DIGEST_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.
|
static String |
ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
ELEMENT_NAME
Default element name.
|
static String |
URI_ATTRIB_NAME
The wsp:PolicyReference/@URI attribute local name.
|
Modifier and Type | Method and Description |
---|---|
String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value.
|
String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value.
|
void |
setDigest(String digest)
Sets the wsp:PolicyReference/@Digest attribute URI value.
|
void |
setDigestAlgorithm(String digestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
void |
setURI(String uri)
Sets the wsp:PolicyReference/@URI attribute value.
|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String ELEMENT_LOCAL_NAME
static final QName ELEMENT_NAME
static final String URI_ATTRIB_NAME
static final String DIGEST_ATTRIB_NAME
static final String DIGEST_ALGORITHM_ATTRIB_NAME
static final String DIGEST_ALGORITHM_SHA1EXC
String getURI()
void setURI(String uri)
uri
- the URI attribute value to set.String getDigest()
void setDigest(String digest)
digest
- the Digest attribute URI value to set.String getDigestAlgorithm()
void setDigestAlgorithm(String digestAlgorithm)
digestAlgorithm
- the DigestAlgoritm attribute Base64 binary value to set.Copyright © 1999-2013. All Rights Reserved.