Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


oracle.security.jazn.sso.util
Class JSSOUtil

java.lang.Object
  extended byoracle.security.jazn.sso.util.JSSOUtil


public class JSSOUtil
extends java.lang.Object

Constructor Summary
JSSOUtil()
           

 

Method Summary
static void logout(javax.servlet.http.HttpServletResponse response, java.lang.String targetURL)
          Use this method as part of application session logout.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JSSOUtil

public JSSOUtil()

Method Detail

logout

public static void logout(javax.servlet.http.HttpServletResponse response,
                          java.lang.String targetURL)
                   throws java.io.IOException
Use this method as part of application session logout. This should be last step in that process. Calling this method will result in a redirect to the configured Java SSO logout URL. The SSO cookie will then be unset by the logout servlet.
Parameters:
response - is the servlet response object corresponding to the request being processed
targetURL - is the URL the user will be redirected to after logout action has occured
Throws:
java.io.IOException - is thrown in case the logout URL is not configured correctly

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.