Uses of Interface
org.opensaml.ws.wspolicy.PolicyReference

Packages that use PolicyReference
org.opensaml.ws.wspolicy XMLObject interfaces for WS-Policy 1.2 elements. 
org.opensaml.ws.wspolicy.impl   
 

Uses of PolicyReference in org.opensaml.ws.wspolicy
 

Methods in org.opensaml.ws.wspolicy that return types with arguments of type PolicyReference
 List<PolicyReference> OperatorContentType.getPolicyReferences()
          Get the list of PolicyReference elements.
 List<PolicyReference> PolicyAttachment.getPolicyReferences()
          Get the list of PolicyReference child elements.
 

Uses of PolicyReference in org.opensaml.ws.wspolicy.impl
 

Classes in org.opensaml.ws.wspolicy.impl that implement PolicyReference
 class PolicyReferenceImpl
          PolicyReferenceImpl.
 

Methods in org.opensaml.ws.wspolicy.impl that return PolicyReference
 PolicyReference PolicyReferenceBuilder.buildObject()
          Builds a WS-Policy object.
 PolicyReference PolicyReferenceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.ws.wspolicy.impl that return types with arguments of type PolicyReference
 List<PolicyReference> PolicyAttachmentImpl.getPolicyReferences()
          Get the list of PolicyReference child elements.
 List<PolicyReference> OperatorContentTypeImpl.getPolicyReferences()
          Get the list of PolicyReference elements.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.