Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element BasicAuthentication
Annotations

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

References Notes

The BasicAuthentication element specifies the credentials for authentication with a server, e.g. using an FTP protocol or a Proxy Protocol. Child elements include:

  • Account for authentication. For Windows Systems an account could include the domain.
  • Password for authentication. Passwords are not displayed in the YADE log files.

BasicAuthentication is available for a number of File Transfer Protocols and Proxy Protocols. The drawback with BasicAuthentication is that passwords are stored directly in configuration files. In order to avoid this you could switch to using File Transfer Protocols that allow SSHAuthentication, e.g. SFTP.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_Account.tmp#Account YADE_configuration_v1_0_xsd_Element_Password.tmp#Password YADE_configuration_v1_0_xsd_Complex_Type_BasicAuthenticationType.tmp#BasicAuthenticationType
Type BasicAuthenticationType
Properties
content complex
Used by
Model
Instance
<BasicAuthentication>
  <Account>{1,1}</Account>
  <Password>{0,1}</Password>
</BasicAuthentication>