org.glassfish.appclient.client.acc.config
Class CertDb
java.lang.Object
org.glassfish.appclient.client.acc.config.CertDb
public class CertDb
- extends java.lang.Object
|
Field Summary |
protected java.lang.String |
password
|
protected java.lang.String |
path
|
|
Method Summary |
java.lang.String |
getPassword()
Gets the value of the password property. |
java.lang.String |
getPath()
Gets the value of the path property. |
void |
setPassword(java.lang.String value)
Sets the value of the password property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected java.lang.String path
password
protected java.lang.String password
CertDb
public CertDb()
getPath
public java.lang.String getPath()
- Gets the value of the path property.
- Returns:
- possible object is
String
setPath
public void setPath(java.lang.String value)
- Sets the value of the path property.
- Parameters:
value - allowed object is
String
getPassword
public java.lang.String getPassword()
- Gets the value of the password property.
- Returns:
- possible object is
String
setPassword
public void setPassword(java.lang.String value)
- Sets the value of the password property.
- Parameters:
value - allowed object is
String
Copyright © 2012 GlassFish Community. All Rights Reserved.