Uses of Interface
com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
-
Packages that use TrustSPMetadata Package Description com.sun.xml.ws.api.security.trust.config -
-
Uses of TrustSPMetadata in com.sun.xml.ws.api.security.trust.config
Methods in com.sun.xml.ws.api.security.trust.config that return TrustSPMetadata Modifier and Type Method Description TrustSPMetadataSTSConfiguration. getTrustSPMetadata(String spEndpoint)GetTrustMetadatafor the service provider as identified by the given end point.Methods in com.sun.xml.ws.api.security.trust.config with parameters of type TrustSPMetadata Modifier and Type Method Description voidSTSConfiguration. addTrustSPMetadata(TrustSPMetadata data, String spEndpoint)AddTrustMetadatafor the service provider as identified by the given end point.
-