Uses of Interface
com.sun.xml.ws.security.policy.WSSAssertion

Packages that use WSSAssertion
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.security.impl.policyconv   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

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

Classes in com.sun.xml.ws.security.impl.policy that implement WSSAssertion
 class Wss10
           
 class Wss11
           
 

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

Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type WSSAssertion
protected  com.sun.xml.wss.impl.WSSAssertion XWSSPolicyGenerator.getWssAssertion(WSSAssertion asser)
           
 void BindingProcessor.setWSS11(WSSAssertion wss11)
           
 

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

Methods in com.sun.xml.wss.jaxws.impl with parameters of type WSSAssertion
protected  com.sun.xml.wss.impl.WSSAssertion SecurityTubeBase.getWssAssertion(WSSAssertion asser)
           
 

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

Methods in com.sun.xml.wss.provider.wsit with parameters of type WSSAssertion
protected  com.sun.xml.wss.impl.WSSAssertion WSITAuthContextBase.getWssAssertion(WSSAssertion asser)