(CEP) WSO2 アダプタのログインとパスワードでは、次のように記述する必要があります。
<?xml version="1.0" encoding="UTF-8"?>
<outputEventAdaptor name="WSO2_Adaptor" statistics="disable"
trace="disable" type="wso2event" xmlns="http://wso2.org/carbon/eventadaptormanager">
<property name="username">admin</property>
<property name="receiverURL">tcp://localhost:7611</property>
<property name="password">admin</property>
<property name="authenticatorURL">ssl://localhost:7711</property>
</outputEventAdaptor>
ログインとパスワードをエンコードし、管理者/管理者の代わりにMD5などのエンコードされたパラメーターを書き込むことは可能ですか?