
 Oracle Web Single Sign-On
 Partner Application SDK
 Copyright (c) 1999-2001 Oracle Corporation. All rights Reserved.
==================================================================
JAVA SERVLET BASED SAMPLE APPLICATION

This SSO enabled sample partner application uses the following Java 
servlets and beans: 

*   SSOPartnerServlet.java
    This servlet is the main application servlet. The servlet redirects 
    users to the Login Server if it cannot locate the application session
    cookie. If the application session cookie is present, the servlet 
    displays content for the user.

*   SSOSignOnServlet.java
    After authenticating the user, the Login Server sends a token containing
    user information to the registered partner application. This servlet sets
    the application cookie using the token and redirects back to the requested
    application's URL. 
 
*   SSOPartnerLogoutServlet.java
    This servlet clears the application's session cookie to close the current 
    application session.

*   SSOEnablerServletBean.java
    This bean uses SSOEnablerBean to implement SSO functionality.

    Note: This bean is located the in demo/java/beans directory.

  

