-
class
The default implementation for a session info.
Clones a session-info.
The password will be copied if not null.
DefaultSessionInfoFactory.create()
DefaultSessionInfoFactory.create(org.tentackle.common.EncryptedProperties properties)
Creates a session info from the default properties holding the connection parameters.
Creates a session info from a property file holding the connection parameters.
Creates a session info from a username, password and
property file holding the connection parameters.
SessionInfoFactory.create(org.tentackle.common.EncryptedProperties properties)
Creates a session info from a properties object.
Gets the client session info.
Gets the application session info.
Gets the current session info.
Gets the session info associated to the session.
void
Closes all sessions currently open for a given session info.
Useful to force logout for a user.
It is not an error, if there were no open sessions for the session info at all.
Creates a session for a pool.
Notice that this method is provided for
SessionPool implementations only.
Gets a session from the pool for a given session info.
Creates an AlreadyLoggedInException.