Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element HTTPSFragment
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+HTTPSFragment

References Notes

This element includes the parameters for an HTTPS file transfer connection including BasicAuthentication and URLConnection configuration items.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the HTTPSFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_HTTPSFragment.tmp#HTTPSFragment_name YADE_configuration_v1_0_xsd_Element_URLConnection.tmp#URLConnection YADE_configuration_v1_0_xsd_Element_AcceptUntrustedCertificate.tmp#AcceptUntrustedCertificate YADE_configuration_v1_0_xsd_Element_DisableCertificateHostnameVerification.tmp#DisableCertificateHostnameVerification YADE_configuration_v1_0_xsd_Element_BasicAuthentication.tmp#BasicAuthentication YADE_configuration_v1_0_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_0_xsd_Element_JumpFragmentRef.tmp#JumpFragmentRef YADE_configuration_v1_0_xsd_Element_ProxyForHTTP.tmp#ProxyForHTTP
Properties
content complex
Used by
Model
Instance
<HTTPSFragment name="">
  <URLConnection>{1,1}</URLConnection>
  <AcceptUntrustedCertificate>{0,1}</AcceptUntrustedCertificate>
  <DisableCertificateHostnameVerification>{0,1}</DisableCertificateHostnameVerification>
  <BasicAuthentication>{0,1}</BasicAuthentication>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <JumpFragmentRef ref="">{0,1}</JumpFragmentRef>
  <ProxyForHTTP>{0,1}</ProxyForHTTP>
</HTTPSFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Attribute HTTPSFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Type xs:NMTOKEN
Properties
use required
Used by
Element HTTPSFragment