|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.appclient.client.acc.config.ClientContainer
public class ClientContainer
| Field Summary | |
|---|---|
protected AuthRealm |
authRealm
|
protected ClientCredential |
clientCredential
|
protected LogService |
logService
|
protected java.util.List<MessageSecurityConfig> |
messageSecurityConfig
|
protected java.util.List<Property> |
property
|
protected java.lang.Boolean |
sendPassword
|
protected java.util.List<TargetServer> |
targetServer
|
| Constructor Summary | |
|---|---|
ClientContainer()
|
|
| Method Summary | |
|---|---|
AuthRealm |
getAuthRealm()
Gets the value of the authRealm property. |
ClientCredential |
getClientCredential()
Gets the value of the clientCredential property. |
LogService |
getLogService()
Gets the value of the logService property. |
java.util.List<MessageSecurityConfig> |
getMessageSecurityConfig()
Gets the value of the messageSecurityConfig property. |
java.util.List<Property> |
getProperty()
Gets the value of the property property. |
java.util.List<TargetServer> |
getTargetServer()
Gets the value of the targetServer property. |
boolean |
isSendPassword()
Gets the value of the sendPassword property. |
void |
setAuthRealm(AuthRealm value)
Sets the value of the authRealm property. |
void |
setClientCredential(ClientCredential value)
Sets the value of the clientCredential property. |
void |
setLogService(LogService value)
Sets the value of the logService property. |
void |
setSendPassword(java.lang.Boolean value)
Sets the value of the sendPassword property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean sendPassword
protected java.util.List<TargetServer> targetServer
protected AuthRealm authRealm
protected ClientCredential clientCredential
protected LogService logService
protected java.util.List<MessageSecurityConfig> messageSecurityConfig
protected java.util.List<Property> property
| Constructor Detail |
|---|
public ClientContainer()
| Method Detail |
|---|
public boolean isSendPassword()
Stringpublic void setSendPassword(java.lang.Boolean value)
value - allowed object is
Stringpublic java.util.List<TargetServer> getTargetServer()
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 targetServer property.
For example, to add a new item, do as follows:
getTargetServer().add(newItem);
Objects of the following type(s) are allowed in the list
TargetServer
public AuthRealm getAuthRealm()
AuthRealmpublic void setAuthRealm(AuthRealm value)
value - allowed object is
AuthRealmpublic ClientCredential getClientCredential()
ClientCredentialpublic void setClientCredential(ClientCredential value)
value - allowed object is
ClientCredentialpublic LogService getLogService()
LogServicepublic void setLogService(LogService value)
value - allowed object is
LogServicepublic java.util.List<MessageSecurityConfig> getMessageSecurityConfig()
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 messageSecurityConfig property.
For example, to add a new item, do as follows:
getMessageSecurityConfig().add(newItem);
Objects of the following type(s) are allowed in the list
MessageSecurityConfig
public 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 | |||||||||