SessionInfo |
SessionInfo.clone() |
Clones a sessioninfo.
The password will be copied if not null.
|
SessionInfo |
DefaultSessionInfoFactory.create() |
|
SessionInfo |
DefaultSessionInfoFactory.create(java.lang.String propertiesName) |
|
SessionInfo |
DefaultSessionInfoFactory.create(java.lang.String username,
char[] password,
java.lang.String propertiesName) |
|
SessionInfo |
DefaultSessionInfoFactory.create(java.util.Properties properties) |
|
SessionInfo |
SessionInfoFactory.create() |
Creates a session info from the default property file holding the connection parameters.
|
SessionInfo |
SessionInfoFactory.create(java.lang.String propertiesName) |
Creates a session info from a property file holding the connection parameters.
|
SessionInfo |
SessionInfoFactory.create(java.lang.String username,
char[] password,
java.lang.String propertiesName) |
Creates a session info from a username, password and
property file holding the connection parameters.
|
SessionInfo |
SessionInfoFactory.create(java.util.Properties properties) |
Creates a session info from a properties object.
|
SessionInfo |
RemoteSession.getClientSessionInfo() |
Gets the client user info.
|
SessionInfo |
AlreadyLoggedInException.getLoginInfo() |
Gets the application user info.
|
SessionInfo |
PooledSessionTaskDispatcher.getSessionInfo() |
Gets the user info.
|
SessionInfo |
Session.getSessionInfo() |
Gets the current user info.
|
SessionInfo |
SessionHolder.getSessionInfo() |
The SessionInfo extends the UserInfo by a SecurityManager.
|
SessionInfo |
SessionPool.getSessionInfo() |
Gets the session info.
|
SessionInfo |
ThreadLocalSessionHolder.getSessionInfo() |
|