<configuration>
<authentication-client xmlns="urn:elytron:client:1.7">
...
<credential-stores>
<credential-store name="my_store">
<protection-parameter-credentials>
<credential-store-reference clear-text="pass123"/>
</protection-parameter-credentials>
<attributes>
<attribute name="location" value="/path/to/my_store.jceks"/>
</attributes>
</credential-store>
</credential-stores>
...
<authentication-configurations>
<configuration name="my_user">
<set-host name="localhost"/>
<set-user-name name="my_user"/>
<set-mechanism-realm name="ManagementRealm"/>
<use-provider-sasl-factory/>
<credentials>
<credential-store-reference store="my_store" alias="my_user"/>
</credentials>
</configuration>
</authentication-configurations>
...
</authentication-client>
</configuration>
<configuration>
<authentication-client xmlns="urn:elytron:client:1.7">
...
<credential-stores>
<credential-store name="my_store">
1
<protection-parameter-credentials>
<credential-store-reference clear-text="pass123"/>
2
</protection-parameter-credentials>
<attributes>
<attribute name="location" value="/path/to/my_store.jceks"/>
3
</attributes>
</credential-store>
</credential-stores>
...
<authentication-configurations>
<configuration name="my_user">
<set-host name="localhost"/>
<set-user-name name="my_user"/>
<set-mechanism-realm name="ManagementRealm"/>
<use-provider-sasl-factory/>
<credentials>
<credential-store-reference store="my_store" alias="my_user"/>
4
</credentials>
</configuration>
</authentication-configurations>
...
</authentication-client>
</configuration>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow