|
||||||||||
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 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. |
Method Summary | |
---|---|
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. |
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 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
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |