| 
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CredentialStoreMBean
MBean interface to the credential store. This interface allows the user to provision the credential store.
| Method Summary | |
|---|---|
 void | 
clear()Removes all entries.  | 
 boolean | 
containsKey(String key)Returns true if the key exists in the credential store.  | 
 void | 
deleteKey(String key)Deletes a key.  | 
 void | 
setKeystore(String key, String password, String url)Stores a KeyStore for the given key.  | 
 void | 
setPassword(String key, String password, boolean oneWay)Stores a password for the given key, using either a one-way or two-way encryption.  | 
 boolean | 
validatePassword(String key, String password)Validates a password against a password stored for the specified key.  | 
| Method Detail | 
|---|
void setPassword(String key,
                 String password,
                 boolean oneWay)
                 throws MBeanException
key - Keypassword - paswordoneWay - True if one way encryption should be use, false for two way encryption.MBeanException
boolean validatePassword(String key,
                         String password)
                         throws MBeanException
key - Keypassword - paswordMBeanException
void setKeystore(String key,
                 String password,
                 String url)
                 throws MBeanException
key - Keypassword - paswordurl - keystore urlMBeanExceptionboolean containsKey(String key)
key - Key
void deleteKey(String key)
               throws MBeanException
key - KeyMBeanException
void clear()
           throws MBeanException
MBeanException
  | 
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||