Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element CredentialStoreFragment
Annotations

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

References Notes

This element includes the parameters for access to a secure store with credentials for file transfer operations.

If you want to store secure access data, i.e. account, password, SSH key, database connection strings, in an encrypted database, then configure access to a CredentialStore accordingly.

A CredentialStore is a KeePass database that stores secure access data. Such credentials can be referenced from YADE configuration items instead of being exposed in plain text.

Any number of CredentialStores can be configured. They are distinguished by their name attribute. References to a CredentialStore use the value of the name attribute to identify the respective CredentialStore.

Use by configuration items

Credentials can be referenced from a CredentialStore by the following configuration items:

Any number of credential store 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 CredentialStoreFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_CSFile.tmp#CSFile YADE_configuration_v1_0_xsd_Element_CSAuthentication.tmp#CSAuthentication YADE_configuration_v1_0_xsd_Element_CSEntryPath.tmp#CSEntryPath YADE_configuration_v1_0_xsd_Element_CSExportAttachment.tmp#CSExportAttachment YADE_configuration_v1_0_xsd_Element_CSStoreType.tmp#CSStoreType YADE_configuration_v1_0_xsd_Complex_Type_CredentialStoreType.tmp#CredentialStoreType YADE_configuration_v1_0_xsd_Element_CredentialStoreFragment.tmp#CredentialStoreFragment_name
Type extension of CredentialStoreType
Type hierarchy
Properties
content complex
Used by
Model
Instance
<CredentialStoreFragment name="">
  <CSFile>{1,1}</CSFile>
  <CSAuthentication>{1,1}</CSAuthentication>
  <CSEntryPath>{0,1}</CSEntryPath>
  <CSExportAttachment>{0,1}</CSExportAttachment>
  <CSStoreType>{0,1}</CSStoreType>
</CredentialStoreFragment>
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 based on their name.

A fragment is referenced via this attribute value by a transfer profile.

Attribute CredentialStoreFragment / @name
Annotations

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

A fragment is referenced via this attribute value by a transfer profile.

Type xs:NMTOKEN
Properties
use required
Used by