@Test
public void testMultipleAuthentications() throws Exception
{
MuleClient client = muleContext.getClient();
SessionHandler sessionHandler = new MuleSessionHandler();
MuleMessage reply;
Map<String, Object> props;
EncryptionStrategy strategy = muleContext.getSecurityManager().getEncryptionStrategy("PBE");