Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-03


oracle.adf.share.jndi
Class CredentialStoreHelper

java.lang.Object
  extended by oracle.adf.share.jndi.CredentialStoreHelper


public class CredentialStoreHelper
extends java.lang.Object

Constructor Summary
CredentialStoreHelper()
           
CredentialStoreHelper(java.lang.String name)
           

 

Method Summary
 Credential fetchCredential(java.lang.String principalName, java.lang.String credKey)
           
static CredentialStoreHelper getInstance()
           
 void removeCredential(java.lang.String principalName, java.lang.String credKey)
           
 void storeCredential(java.lang.String principalName, java.lang.String credKey, Credential cred)
           

 

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

 

Constructor Detail

CredentialStoreHelper

public CredentialStoreHelper()
                      throws java.lang.Exception
Throws:
java.lang.Exception

CredentialStoreHelper

public CredentialStoreHelper(java.lang.String name)
                      throws java.lang.Exception
Throws:
java.lang.Exception

Method Detail

getInstance

public static CredentialStoreHelper getInstance()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

removeCredential

public void removeCredential(java.lang.String principalName,
                             java.lang.String credKey)
                      throws java.lang.Exception
Throws:
java.lang.Exception

storeCredential

public void storeCredential(java.lang.String principalName,
                            java.lang.String credKey,
                            Credential cred)
                     throws java.lang.Exception
Throws:
java.lang.Exception

fetchCredential

public Credential fetchCredential(java.lang.String principalName,
                                  java.lang.String credKey)
                           throws java.lang.Exception
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-03


Copyright © 1997, 2009, Oracle. All rights reserved.