|
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 CredentialStoreAdminMBean
Credential store administration mbean. This mbean is deployed in the admin server process.
| Method Summary | |
|---|---|
void |
changeSecretKey(String storeURL, String currentSecretKeyURL, String newSecretKeyURL)Changes the secret key of a given store. |
void |
closeCredentialStore(String name)Closes a credential store. |
void |
createCredentialStore(String storeURL, String secretKeyURL)Creates a new credential store with the given secret key. |
void |
generateSecretKey(String secretKeyURL)Generates a unique secret key. |
void |
openCredentialStore(String storeURL, String secretKeyURL, String name, String key)Opens a specific credential store. |
| Method Detail |
|---|
void generateSecretKey(String secretKeyURL)
throws MBeanException
secretKeyURL - URL where key should be storedMBeanException
void createCredentialStore(String storeURL,
String secretKeyURL)
throws MBeanException
storeUrl - URL where store should be storedsecretKeyURL - URL that point to secret keyMBeanException
void changeSecretKey(String storeURL,
String currentSecretKeyURL,
String newSecretKeyURL)
throws MBeanException
storeUrl - Store URLcurrentSecretKeyURL - Current secret key URLnewSecretKeyURL - New secret key URLMBeanException
void openCredentialStore(String storeURL,
String secretKeyURL,
String name,
String key)
throws MBeanException
storeURL - The URL to the storesecretKeyURL - The URL to the store secret keyname - The name used to identify the mbean namekey - The key identifying which credential store instance to accessMBeanException - Exception opening the store
void closeCredentialStore(String name)
throws MBeanException
name - Mbean name suffixMBeanException
|
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 | |||||||||