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 com.sun.xml.ws.security.trust.impl -
-
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. -
Uses of TrustSPMetadata in com.sun.xml.ws.security.trust.impl
Classes in com.sun.xml.ws.security.trust.impl that implement TrustSPMetadata Modifier and Type Class Description classDefaultTrustSPMetadataMethods in com.sun.xml.ws.security.trust.impl that return TrustSPMetadata Modifier and Type Method Description TrustSPMetadataDefaultSTSConfiguration. getTrustSPMetadata(String spEndpoint)Methods in com.sun.xml.ws.security.trust.impl with parameters of type TrustSPMetadata Modifier and Type Method Description voidDefaultSTSConfiguration. addTrustSPMetadata(TrustSPMetadata data, String spEndpoint)
-