public class CobolConnectionSpec
extends Object
implements ConnectionSpec, Serializable
See Also:
Method Summary | |
---|---|
int |
getAuthenticationMechanism()
Get authentication mechanism. |
String | getPassword()
Get password. |
String | getRealm()
Get realm. |
boolean | getStatefulSession()
Get the stateful session. |
String | getUser()
Get username. |
void | setAuthenticationMechanism(int authenticationMechanism)
Set authentication mechanism. |
void | setPassword(String password)
Set password |
void | setRealm(String realm)
Set realm. |
void | setStatefulSession(boolean aSession)
Set stateful session. |
void | setUser(String user)
Set user name. |
public void setStatefulSession(boolean aSession)
Set stateful session.
public boolean getStatefulSession()
Get stateful session.
public String getUser()
Get the user name.
public String getPassword()
Get the password.
public String getRealm()
Get the realm.
public int getAuthenticationMechanism()
Get authentication mechanism. Can be one of USE_USERPWD UNINITIALIZED.
public void String setUser()
Set the user name.
public void String setPassword()
Set the password.
public void String setRealm()
Set the realm.
public int setAuthenticationMechanism(int authenticationMechanism)
Set the authentication mechanism.