Uses of Interface
com.sun.xml.ws.api.security.trust.WSTrustContract
-
Packages that use WSTrustContract Package Description 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 Modifier and Type Interface Description interfaceIssueSamlTokenContract<K,V> -
Uses of WSTrustContract in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return WSTrustContract Modifier and Type Method Description static WSTrustContract<BaseSTSRequest,BaseSTSResponse>WSTrustFactory. newWSTrustContract(STSConfiguration config, 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 Modifier and Type Class Description classIssueSamlTokenContractclassIssueSamlTokenContractImplclassSBIssuedSamlTokenContractImplclassWSTrustContractImpl -
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 Modifier and Type Class Description classICContractImpl
-