|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.sdkws.connection.SDKWSConnectionDetails
public class SDKWSConnectionDetails
Data class for connection details.
| Constructor Summary | |
|---|---|
SDKWSConnectionDetails()
|
|
| Method Summary | |
|---|---|
String |
getAxisHome()
The location of AXIS home (where modules can be found). |
long |
getAxisTimeout()
The millisecond value for Axis client timeout. |
String |
getBasicAuthPassword()
The HTTP Basic Authentication wssPassword. |
String |
getBasicAuthUserName()
The HTTP Basic Authentication user name. |
ConfigurationContext |
getCtx()
Returns the AXIS configuration context. |
String |
getLdapExceptionPrefix()
The error message prefix. |
String |
getSslKeystore()
Return the path to the keystore. |
String |
getSslKeystorePassword()
|
String |
getWssPassword()
The WSS wssPassword. |
String |
getWssUsername()
The WSS user name. |
String |
getWsURL()
The endpoint URL. |
boolean |
isEnabledSSL()
|
boolean |
isIncludeTimestamp()
|
void |
setAxisHome(String axisHome)
Set the location of AXIS home (where modules can be found). |
void |
setAxisTimeout(long axisTimeout)
The millisecond value for Axis client timeout. |
void |
setBasicAuthPassword(String basicAuthPassword)
Set the HTTP Basic Authentication wssPassword. |
void |
setBasicAuthUserName(String basicAuthUserName)
Set the HTTP Basic Authentication user name. |
void |
setCtx(ConfigurationContext ctx)
Sets the AXIS configuration context. |
void |
setEnabledSSL(boolean enabledSSL)
|
void |
setIncludeTimestamp(boolean includeTimestamp)
|
void |
setLdapExceptionPrefix(String ldapExceptionPrefix)
Set the error message prefix. |
void |
setSslKeystore(String sslKeystore)
Set the path to the keystore. |
void |
setSslKeystorePassword(String sslKeystorePassword)
|
void |
setWssPassword(String wssPassword)
Set the WSS wssPassword. |
void |
setWssUsername(String wssUsername)
Set the WSS user name. |
void |
setWsURL(String wsURL)
Set the endpoint URL. |
String |
toString()
String version of this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SDKWSConnectionDetails()
| Method Detail |
|---|
public String getWsURL()
public void setWsURL(String wsURL)
wsURL - the endpoint URL.public String getWssUsername()
public void setWssUsername(String wssUsername)
wssUsername - the WSS user name.public String getWssPassword()
public void setWssPassword(String wssPassword)
wssPassword - the WSS wssPassword.public String getAxisHome()
public void setAxisHome(String axisHome)
axisHome - the location of AXIS home (where modules can be found).public long getAxisTimeout()
public void setAxisTimeout(long axisTimeout)
axisTimeout - the millisecond value for Axis client timeout.public String getLdapExceptionPrefix()
public void setLdapExceptionPrefix(String ldapExceptionPrefix)
ldapExceptionPrefix - the error message prefix.public boolean isIncludeTimestamp()
public void setIncludeTimestamp(boolean includeTimestamp)
includeTimestamp - the includeTimestamp (in soap security header) setting.public String getBasicAuthUserName()
public void setBasicAuthUserName(String basicAuthUserName)
basicAuthUserName - the HTTP Basic Authentication user name.public String getBasicAuthPassword()
public void setBasicAuthPassword(String basicAuthPassword)
basicAuthPassword - the HTTP Basic Authentication wssPassword.public boolean isEnabledSSL()
public void setEnabledSSL(boolean enabledSSL)
enabledSSL - true if jcs is ssl enabled.public String getSslKeystore()
public void setSslKeystore(String sslKeystore)
sslKeystore - the path to the keystore.public String getSslKeystorePassword()
public void setSslKeystorePassword(String sslKeystorePassword)
sslKeystorePassword - the wssPassword for ssl keystore.public ConfigurationContext getCtx()
public void setCtx(ConfigurationContext ctx)
ctx - the AXIS configuration context.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||