public class UserInfo
extends java.lang.Object
This class exposes methods that are part of the administrative API for the BEA Jolt session pool.
In the BEA WebLogic implementation of BEA Jolt session pools, user authentication information is set via the BEA WebLogic management console. Users do not need to access this class directly. Refer to "Using Jolt with BEA Weblogic Server" documentation for information on configuring the Jolt Session Pools.
Constructor and Description |
---|
UserInfo() |
Modifier and Type | Method and Description |
---|---|
void |
setAppPassword(java.lang.String password)
This method is part of the session pool administrative API.
|
void |
setKeyPassphrase(java.lang.Object key_passphrase) |
void |
setKeystore(java.lang.String keystore) |
void |
setKSPassphrase(java.lang.Object ks_passphrase) |
void |
setRecvTimeout(int recv_timeout) |
void |
setTruststore(java.lang.String truststore) |
void |
setTSPassphrase(java.lang.Object ts_passphrase) |
void |
setUserName(java.lang.String username)
This method is part of the session pool administrative API.
|
void |
setUserPassword(java.lang.Object password)
This method is part of the session pool administrative API.
|
void |
setUserRole(java.lang.String userrole)
This method is part of the session pool administrative API.
|
public void setUserName(java.lang.String username)
username
- A valid user namepublic void setUserPassword(java.lang.Object password)
password
- A valid user passwordpublic void setUserRole(java.lang.String userrole)
userrole
- A valid user rolepublic void setAppPassword(java.lang.String password)
password
- A valid application passwordpublic void setRecvTimeout(int recv_timeout)
public void setKeystore(java.lang.String keystore)
public void setTruststore(java.lang.String truststore)
public void setKeyPassphrase(java.lang.Object key_passphrase)
public void setKSPassphrase(java.lang.Object ks_passphrase)
public void setTSPassphrase(java.lang.Object ts_passphrase)