Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.core.security
Class JPSContextCredToolImpl

java.lang.Object
  extended by oracle.odi.core.security.JPSContextCredToolImpl


public final class JPSContextCredToolImpl
extends java.lang.Object

Constructor Summary
JPSContextCredToolImpl()
           

 

Method Summary
static void manageJPSContextCred(java.lang.String map, java.lang.String key, java.lang.String userName, char[] password)
          if (map, key) not exist in the configured cwallet.sso a new entry will be created for this (map, key); if(map, key) has already exists in the cwallet.sso they will be replaced with the userName/password credential

 

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

 

Constructor Detail

JPSContextCredToolImpl

public JPSContextCredToolImpl()

Method Detail

manageJPSContextCred

public static void manageJPSContextCred(java.lang.String map,
                                        java.lang.String key,
                                        java.lang.String userName,
                                        char[] password)
if (map, key) not exist in the configured cwallet.sso a new entry will be created for this (map, key); if(map, key) has already exists in the cwallet.sso they will be replaced with the userName/password credential

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.