Don't worry about the SASL options, they are selected automatically based on the capabilities of the authentication mechanism you choose.
What you will need to do is reference the JAAS domain from the realm, an example of this is here: -
<security-realm name="ManagementRealm">
<authentication>
<jaas name="darrans-domain" />
</authentication>
</security-realm>