Class DefaultTrustSPMetadata

  • All Implemented Interfaces:
    com.sun.xml.ws.api.security.trust.config.TrustSPMetadata

    public class DefaultTrustSPMetadata
    extends Object
    implements com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
    Author:
    Jiandong Guo
    • Constructor Detail

      • DefaultTrustSPMetadata

        public DefaultTrustSPMetadata​(String endpoint)
        Creates a new instance of DefaultTrustSPMetedata
    • Method Detail

      • setCertAlias

        public void setCertAlias​(String certAlias)
      • getCertAlias

        public String getCertAlias()
        Specified by:
        getCertAlias in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
      • setTokenType

        public void setTokenType​(String tokenType)
      • getTokenType

        public String getTokenType()
        Specified by:
        getTokenType in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
      • setKeyType

        public void setKeyType​(String keyType)
      • getKeyType

        public String getKeyType()
        Specified by:
        getKeyType in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata
      • getOtherOptions

        public Map<String,​Object> getOtherOptions()
        Specified by:
        getOtherOptions in interface com.sun.xml.ws.api.security.trust.config.TrustSPMetadata