Uses of Class
com.sun.xml.ws.policy.NestedPolicy

Packages that use NestedPolicy
com.sun.xml.ws.policy The root package of public policy API. 
com.sun.xml.ws.policy.sourcemodel The part of public policy API that defines the classes and interfaces dealing with the policy tree structure (policy source model) creation and manipulation. 
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.security.impl.policyconv   
com.sun.xml.ws.security.policy   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

Uses of NestedPolicy in com.sun.xml.ws.policy
 

Methods in com.sun.xml.ws.policy that return NestedPolicy
 NestedPolicy ComplexAssertion.getNestedPolicy()
           
 NestedPolicy PolicyAssertion.getNestedPolicy()
          Returns the nested policy if any.
 NestedPolicy SimpleAssertion.getNestedPolicy()
           
 

Uses of NestedPolicy in com.sun.xml.ws.policy.sourcemodel
 

Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type NestedPolicy
protected abstract  ModelNode PolicyModelGenerator.translate(ModelNode parentAssertion, NestedPolicy policy)
          Iterates through a nested policy and returns the corresponding policy info model.
 

Uses of NestedPolicy in com.sun.xml.ws.security.impl.policy
 

Methods in com.sun.xml.ws.security.impl.policy that return NestedPolicy
 NestedPolicy SecureConversationToken.getBootstrapPolicy()
           
 

Uses of NestedPolicy in com.sun.xml.ws.security.impl.policyconv
 

Methods in com.sun.xml.ws.security.impl.policyconv that return NestedPolicy
 NestedPolicy SCTokenWrapper.getBootstrapPolicy()
           
 

Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type NestedPolicy
 void SCTokenWrapper.addBootstrapPolicy(NestedPolicy policy)
           
 

Uses of NestedPolicy in com.sun.xml.ws.security.policy
 

Methods in com.sun.xml.ws.security.policy that return NestedPolicy
 NestedPolicy SecureConversationToken.getBootstrapPolicy()
          returns Policy which represents Bootstrap Policy
 

Uses of NestedPolicy in com.sun.xml.wss.jaxws.impl
 

Methods in com.sun.xml.wss.jaxws.impl with parameters of type NestedPolicy
protected  Policy SecurityTubeBase.getEffectiveBootstrapPolicy(NestedPolicy bp)
           
 

Uses of NestedPolicy in com.sun.xml.wss.provider.wsit
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type NestedPolicy
protected  Policy WSITAuthContextBase.getEffectiveBootstrapPolicy(NestedPolicy bp)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.