Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

One of these parameters is required. In the latter case, you must create a small XML file containing a configuration snippet that instantiates a plugin. An example follows.

Code Block
xmlxml
titleExample CredentialResolver snippet
xml
<CredentialResolver type="File" key="/path/to/key.pem"/>

...

In the latter cases, you must create a small XML file containing a configuration snippet that instantiates a plugin. Examples follow.

xml
Code Block
xml
titleExample CredentialResolver snippet
xml
<CredentialResolver type="File" certificate="/path/to/cert.pem"/>
xml
Code Block
xml
titleExample TrustEngine snippet
xml
<TrustEngine type="ExplicitKey"/>
xml
Code Block
xml
titleExample MetadataProvider snippet
xml
<MetadataProvider type="XML" file="/path/to/metadata.xml"/>

...