
Chapter 12. Ideas for customization and integration 341
Example 12-6 Applet’s dataReceived() method
public void dataReceived(ImEvent e)
{
announce("dataReceived");
byte[] myBytes = e.getData();
String myString = new String(myBytes);
int dataSubType = e.getDataSubType();
switch (dataSubType)
{
case 5: tfDescription.setText(myString); break;
case 6: tfReportedBy.setText(myString); break;
case 7: tfStatus.setText(myString); break;
case 8: itemUrlChanged(myString); break;
}
}
12.3 Alternative approaches to Single Sign-On (SSO)
Sametime supports community security through the authentication of community
members. Authentication is the process o