Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.api.management.credentialstore
Interface CredentialStoreMBean

All Known Implementing Classes:
AbstractCredentialStoreMBean

public interface CredentialStoreMBean

MBean interface to the credential store. This interface allows the user to provision the credential store.

Author:
Copyright (c) 2010 by Oracle Corp. All Rights Reserved.

Method Summary
 void clear()
           
 boolean containsKey(java.lang.String key)
           
 void deleteKey(java.lang.String key)
           
 void setKeystore(java.lang.String key, java.lang.String password, java.lang.String url)
           
 void setPassword(java.lang.String key, java.lang.String password, boolean oneWay)
           
 boolean validatePassword(java.lang.String key, java.lang.String password)
           

 

Method Detail

setPassword

void setPassword(java.lang.String key,
                 java.lang.String password,
                 boolean oneWay)
                 throws javax.management.MBeanException
Throws:
javax.management.MBeanException

validatePassword

boolean validatePassword(java.lang.String key,
                         java.lang.String password)
                         throws javax.management.MBeanException
Throws:
javax.management.MBeanException

setKeystore

void setKeystore(java.lang.String key,
                 java.lang.String password,
                 java.lang.String url)
                 throws javax.management.MBeanException
Throws:
javax.management.MBeanException

containsKey

boolean containsKey(java.lang.String key)

deleteKey

void deleteKey(java.lang.String key)
               throws javax.management.MBeanException
Throws:
javax.management.MBeanException

clear

void clear()
           throws javax.management.MBeanException
Throws:
javax.management.MBeanException

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.