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

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

Uses of Policy in org.opensaml.ws.wspolicy
 

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

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

Classes in org.opensaml.ws.wspolicy.impl that implement Policy
 class PolicyImpl
          PolicyImpl.
 

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

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



Copyright © 2006-2013 Internet2. All Rights Reserved.