|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.ws.wspolicy.impl.AbstractWSPolicyObject
org.opensaml.ws.wspolicy.impl.PolicyReferenceImpl
public class PolicyReferenceImpl
PolicyReferenceImpl.
Field Summary |
---|
Fields inherited from interface org.opensaml.ws.wspolicy.PolicyReference |
---|
DIGEST_ALGORITHM_ATTRIB_NAME, DIGEST_ALGORITHM_SHA1EXC, DIGEST_ATTRIB_NAME, ELEMENT_LOCAL_NAME, ELEMENT_NAME, URI_ATTRIB_NAME |
Constructor Summary | |
---|---|
PolicyReferenceImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value. |
String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value. |
List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
org.opensaml.xml.util.AttributeMap |
getUnknownAttributes()
|
String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value. |
void |
setDigest(String newDigest)
Sets the wsp:PolicyReference/@Digest attribute URI value. |
void |
setDigestAlgorithm(String newDigestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value. |
void |
setURI(String newURI)
Sets the wsp:PolicyReference/@URI attribute value. |
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Constructor Detail |
---|
public PolicyReferenceImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- The namespace of the elementelementLocalName
- The local name of the elementnamespacePrefix
- The namespace prefix of the elementMethod Detail |
---|
public String getDigest()
getDigest
in interface PolicyReference
public String getDigestAlgorithm()
getDigestAlgorithm
in interface PolicyReference
public String getURI()
getURI
in interface PolicyReference
public void setDigest(String newDigest)
setDigest
in interface PolicyReference
newDigest
- the Digest attribute URI value to set.public void setDigestAlgorithm(String newDigestAlgorithm)
setDigestAlgorithm
in interface PolicyReference
newDigestAlgorithm
- the DigestAlgoritm attribute Base64 binary value to set.public void setURI(String newURI)
setURI
in interface PolicyReference
newURI
- the URI attribute value to set.public org.opensaml.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes
in interface org.opensaml.xml.AttributeExtensibleXMLObject
public List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.xml.XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |