|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.appclient.client.acc.config.ClientCredential
public class ClientCredential
| Field Summary | |
|---|---|
protected XML.Password |
password
|
protected java.util.List<Property> |
property
|
protected java.lang.String |
realm
|
protected java.lang.String |
userName
|
| Constructor Summary | |
|---|---|
ClientCredential()
|
|
ClientCredential(java.lang.String userName,
XML.Password password,
java.lang.String realm)
|
|
| Method Summary | |
|---|---|
XML.Password |
getPassword()
Gets the value of the password property. |
java.util.List<Property> |
getProperty()
Gets the value of the property property. |
java.lang.String |
getRealm()
Gets the value of the realm property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
void |
setPassword(XML.Password value)
Sets the value of the password property. |
void |
setRealm(java.lang.String value)
Sets the value of the realm property. |
void |
setUserName(java.lang.String value)
Sets the value of the userName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String userName
protected XML.Password password
protected java.lang.String realm
protected java.util.List<Property> property
| Constructor Detail |
|---|
public ClientCredential()
public ClientCredential(java.lang.String userName,
XML.Password password,
java.lang.String realm)
| Method Detail |
|---|
public java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic XML.Password getPassword()
Stringpublic void setPassword(XML.Password value)
value - allowed object is
Stringpublic java.lang.String getRealm()
Stringpublic void setRealm(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Property> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||