I know Login commands in configuration. And I know <remote-username> and <remote-password>.
I'm talking about calling CFC for authentication from LCDS.
And setting per destination like this.
<destination id="cfcontact">
<adapter ref="coldfusion-dao"/>
<properties>
<component>samples.contact.ContactAssembler</component>
<loginCommand>samples.contact.LoginCommand</loginCommand>
...
Is this possible? Or Is there any ways like this?

