Related information

The source code files used to implement the sample application are contained in testIdentityToken.ear and may be used as a model for creating your own applications.

The class com.ibm.identitytoken.IdentityTokenTest is a servlet in the sample application. After the application is deployed, the source code file for the IdentityTokenTest servlet is found in your profile under the installedApps directory at testIdentityToken.ear/testIdentityTokenWeb.war/WEB-INF/source/com/ibm/identityToken/IdentityTokenTest.java. Take note of these important design features of the IdentityTokenTest servlet when implementing your own application.

Related Links