org.glassfish.appclient.client.acc.config
Class ClientContainer

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.ClientContainer

public class ClientContainer
extends java.lang.Object


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

sendPassword

protected java.lang.Boolean sendPassword

targetServer

protected java.util.List<TargetServer> targetServer

authRealm

protected AuthRealm authRealm

clientCredential

protected ClientCredential clientCredential

logService

protected LogService logService

messageSecurityConfig

protected java.util.List<MessageSecurityConfig> messageSecurityConfig

property

protected java.util.List<Property> property
Constructor Detail

ClientContainer

public ClientContainer()
Method Detail

isSendPassword

public boolean isSendPassword()
Gets the value of the sendPassword property.

Returns:
possible object is String

setSendPassword

public void setSendPassword(java.lang.Boolean value)
Sets the value of the sendPassword property.

Parameters:
value - allowed object is String

getTargetServer

public java.util.List<TargetServer> getTargetServer()
Gets the value of the targetServer property.

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


getAuthRealm

public AuthRealm getAuthRealm()
Gets the value of the authRealm property.

Returns:
possible object is AuthRealm

setAuthRealm

public void setAuthRealm(AuthRealm value)
Sets the value of the authRealm property.

Parameters:
value - allowed object is AuthRealm

getClientCredential

public ClientCredential getClientCredential()
Gets the value of the clientCredential property.

Returns:
possible object is ClientCredential

setClientCredential

public void setClientCredential(ClientCredential value)
Sets the value of the clientCredential property.

Parameters:
value - allowed object is ClientCredential

getLogService

public LogService getLogService()
Gets the value of the logService property.

Returns:
possible object is LogService

setLogService

public void setLogService(LogService value)
Sets the value of the logService property.

Parameters:
value - allowed object is LogService

getMessageSecurityConfig

public java.util.List<MessageSecurityConfig> getMessageSecurityConfig()
Gets the value of the messageSecurityConfig property.

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


getProperty

public java.util.List<Property> getProperty()
Gets the value of the property property.

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



Copyright © 2012 GlassFish Community. All Rights Reserved.