|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyReference
The wsp:PolicyReference element.
| Field Summary | |
|---|---|
static java.lang.String |
DIGEST_ALGORITHM_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name. |
static java.lang.String |
DIGEST_ALGORITHM_SHA1EXC
The default wsp:PolicyReference/@DigestAlgorithm attribute value. |
static java.lang.String |
DIGEST_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name. |
static java.lang.String |
ELEMENT_LOCAL_NAME
Element local name. |
static javax.xml.namespace.QName |
ELEMENT_NAME
Default element name. |
static java.lang.String |
URI_ATTRIB_NAME
The wsp:PolicyReference/@URI attribute local name. |
| Method Summary | |
|---|---|
java.lang.String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value. |
java.lang.String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value. |
java.lang.String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value. |
void |
setDigest(java.lang.String digest)
Sets the wsp:PolicyReference/@Digest attribute URI value. |
void |
setDigestAlgorithm(java.lang.String digestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value. |
void |
setURI(java.lang.String uri)
Sets the wsp:PolicyReference/@URI attribute value. |
| Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
|---|
getUnknownAttributes |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
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 |
| Field Detail |
|---|
static final java.lang.String ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName ELEMENT_NAME
static final java.lang.String URI_ATTRIB_NAME
static final java.lang.String DIGEST_ATTRIB_NAME
static final java.lang.String DIGEST_ALGORITHM_ATTRIB_NAME
static final java.lang.String DIGEST_ALGORITHM_SHA1EXC
| Method Detail |
|---|
java.lang.String getURI()
void setURI(java.lang.String uri)
uri - the URI attribute value to set.java.lang.String getDigest()
void setDigest(java.lang.String digest)
digest - the Digest attribute URI value to set.java.lang.String getDigestAlgorithm()
void setDigestAlgorithm(java.lang.String digestAlgorithm)
digestAlgorithm - the DigestAlgoritm attribute Base64 binary value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||