org.gridbus.broker.farming.common.security
Class KeyStoreCredential
java.lang.Object
|
+--org.gridbus.broker.farming.common.security.UserCredential
|
+--org.gridbus.broker.farming.common.security.KeyStoreCredential
- public class KeyStoreCredential
- extends UserCredential
- Author:
- krishna
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStoreCredential
public KeyStoreCredential()
KeyStoreCredential
public KeyStoreCredential(java.lang.String keystore,
java.lang.String password)
- Parameters:
keystore - password -
getKeystore
public java.lang.String getKeystore()
- Returns:
- Returns the keystore.
setKeystore
public void setKeystore(java.lang.String keystore)
- Parameters:
keystore - The keystore to set.
getPassword
public java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password - The password to set.