public interface PolicyReferenceElement extends Element, PolicyReferenceType
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/wsfederation/ws-policy.xsd line 65)
<element name="PolicyReference"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Digest" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute name="DigestAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://schemas.xmlsoap.org/ws/2004/09/policy/Sha1Exc" /> <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> </element>
getDigest, getDigestAlgorithm, getURI, setDigest, setDigestAlgorithm, setURI
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.