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

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

Uses of AppliesTo in org.opensaml.ws.wspolicy
 

Methods in org.opensaml.ws.wspolicy that return AppliesTo
 AppliesTo PolicyAttachment.getAppliesTo()
          Get the AppliesTo child element.
 

Methods in org.opensaml.ws.wspolicy with parameters of type AppliesTo
 void PolicyAttachment.setAppliesTo(AppliesTo newAppliesTo)
          Set the AppliesTo child element.
 

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

Classes in org.opensaml.ws.wspolicy.impl that implement AppliesTo
 class AppliesToImpl
          AppliesToImpl.
 

Methods in org.opensaml.ws.wspolicy.impl that return AppliesTo
 AppliesTo AppliesToBuilder.buildObject()
          Builds a WS-Policy object.
 AppliesTo AppliesToBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 AppliesTo PolicyAttachmentImpl.getAppliesTo()
          Get the AppliesTo child element.
 

Methods in org.opensaml.ws.wspolicy.impl with parameters of type AppliesTo
 void PolicyAttachmentImpl.setAppliesTo(AppliesTo newAppliesTo)
          Set the AppliesTo child element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.