Function: |
You can use this function to authenticate yourself in order to administer and configure the specified proxy cluster. |
Parameters: |
Proxy cluster with which you want to authenticate yourself.
Administration password of the proxy cluster |
Return: |
|
Exceptions: |
|
Note: |
|
Example: | ... import BcAdminProxyCluster ... clstr_obj=BcAdminProxyCluster.getObject("BCCluster") clstr_aut=BcAdminProxyCluster.authenticate(clstr_obj,"BCpass") ... |