Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.idm.jsso
Class JSSOUtil

java.lang.Object
  extended by oracle.security.jps.service.idm.jsso.JSSOUtil


public class JSSOUtil
extends java.lang.Object

Constructor Summary
JSSOUtil()
           

 

Method Summary
static java.util.Properties getIdmProperties(java.lang.String applicationName)
          This method returns the properties configured for this application
static java.lang.String getSymmetricKey()
          Returns the Configured alias key value
static void logout(javax.servlet.http.HttpServletResponse response, java.lang.String targetURL)
          This method can be called to logout from the application

 

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

 

Constructor Detail

JSSOUtil

public JSSOUtil()

Method Detail

getIdmProperties

public static java.util.Properties getIdmProperties(java.lang.String applicationName)
This method returns the properties configured for this application
Parameters:
applicationName -
Returns:
The Idm properties

getSymmetricKey

public static java.lang.String getSymmetricKey()
Returns the Configured alias key value
Returns:
The alias key value

logout

public static void logout(javax.servlet.http.HttpServletResponse response,
                          java.lang.String targetURL)
                   throws java.io.IOException
This method can be called to logout from the application
Parameters:
response - The http response object
targetURL - The target URL
Throws:
java.io.IOException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.