Uses of Interface
com.sun.xml.ws.api.security.trust.WSTrustContract

Packages that use WSTrustContract
com.sun.xml.ws.api.security.trust   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.ic   
 

Uses of WSTrustContract in com.sun.xml.ws.api.security.trust
 

Subinterfaces of WSTrustContract in com.sun.xml.ws.api.security.trust
 interface IssueSamlTokenContract<K,V>
           
 

Uses of WSTrustContract in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return WSTrustContract
static WSTrustContract<BaseSTSRequest,BaseSTSResponse> WSTrustFactory.newWSTrustContract(STSConfiguration config, java.lang.String appliesTo)
          Return a concrete implementor of WSTrustContract.
 

Uses of WSTrustContract in com.sun.xml.ws.security.trust.impl
 

Classes in com.sun.xml.ws.security.trust.impl that implement WSTrustContract
 class IssueSamlTokenContract
           
 class IssueSamlTokenContractImpl
           
 class SBIssuedSamlTokenContractImpl
           
 class WSTrustContractImpl
           
 

Uses of WSTrustContract in com.sun.xml.ws.security.trust.impl.ic
 

Classes in com.sun.xml.ws.security.trust.impl.ic that implement WSTrustContract
 class ICContractImpl