public class MFECIConnectionSpec
extends Object
implements javax.resource.cci.ConnectionSpec, Serializable
Method Summary | |
---|---|
int | getAuthenticationMechanism() |
String | getPassword() |
String | getRealm() |
String | getSessionId() |
boolean | getStatefulSession() |
String | getUser() |
boolean | isTransactional() |
void | setAuthenticationMechanism(int authenticationMechanism) |
void | setPassword(String password) |
void | setRealm(String realm) |
void | setSessionId(String sessionId) |
void | setStatefulSession(boolean aSession) |
void | setTransactional(boolean transactional) |
void | setUser(String user) |
public MFECIConnectionSpec()
public MFECIConnectionSpec(boolean statefulSession)
public MFECIConnectionSpec(boolean statefulSession,
boolean transactional,
String sessionID)
public MFECIConnectionSpec(boolean statefulSession,
String sessionID)
public(String user, String password, String realm)
Create a MFECIConnectionSpec instance.
public int getAuthenticationMechanism()
Get authentication mechanism. Can be one of USE_USERPWD or NO_AUTHINFO.
public String getPassword()
Get the password required for the specified user name.
public String getRealm()
public String getSessionId()
public boolean getStatefulSession()
public String getUser()
public boolean isTransactional()
public int setAuthenticationMechanism(int authenticationMechanism)
Set the authentication mechanism.
public void setPassword (String password)
public void setRealm (String realm)
public void setSessionId (String sessionId)
public void setStatefulSession(boolean aSession)
public void setUser (String user)