| com.uwyn.rife.authentication.sessionmanagers.DatabaseSessions com.uwyn.rife.authentication.sessionmanagers.databasedrivers.generic
All known Subclasses: com.uwyn.rife.authentication.sessionmanagers.databasedrivers.in_co_daffodil_db_jdbc_DaffodilDBDriver, com.uwyn.rife.authentication.sessionmanagers.databasedrivers.com_mckoi_JDBCDriver, com.uwyn.rife.authentication.sessionmanagers.databasedrivers.com_mysql_jdbc_Driver,
mCreateAuthenticationSessStartIndex | protected String mCreateAuthenticationSessStartIndex(Code) | | |
mIsSessionValidRestrictHostIp | protected Select mIsSessionValidRestrictHostIp(Code) | | |
mRemoveAuthenticationSessStartIndex | protected String mRemoveAuthenticationSessStartIndex(Code) | | |
Methods inherited from com.uwyn.rife.authentication.sessionmanagers.DatabaseSessions | public boolean _continueSession(Update continueSession, String authId) throws SessionManagerException(Code)(Java Doc) protected long _countSessions(Select countSessions) throws SessionManagerException(Code)(Java Doc) protected void _eraseAllSessions(Delete eraseAllSessions) throws SessionManagerException(Code)(Java Doc) protected boolean _eraseSession(Delete eraseSession, String authId) throws SessionManagerException(Code)(Java Doc) protected boolean _eraseUserSessions(Delete eraseUserSessions, long userId) throws SessionManagerException(Code)(Java Doc) protected long _getSessionUserId(Select getSessionUserId, String authId) throws SessionManagerException(Code)(Java Doc) protected boolean _install(CreateTable createAuthentication, String createAuthenticationSessStartIndex)(Code)(Java Doc) protected boolean _isSessionValid(Select sessionValidity, Select sessionValidityRestrictHostIp, String authId, String hostIp) throws SessionManagerException(Code)(Java Doc) protected boolean _listSessions(Select listSessions, ListSessions processor) throws SessionManagerException(Code)(Java Doc) protected void _purgeSessions(Delete purgeSession) throws SessionManagerException(Code)(Java Doc) protected boolean _remove(DropTable removeAuthentication, String removeAuthenticationSessStartIndex)(Code)(Java Doc) protected String _startSession(Insert startSession, long userId, String hostIp, boolean remembered) throws SessionManagerException(Code)(Java Doc) protected boolean _wasRemembered(Select wasRemembered, String authId) throws SessionManagerException(Code)(Java Doc) abstract public long countSessions() throws SessionManagerException(Code)(Java Doc) public boolean getRestrictHostIp()(Code)(Java Doc) public long getSessionDuration()(Code)(Java Doc) abstract public boolean install() throws SessionManagerException(Code)(Java Doc) abstract public boolean remove() throws SessionManagerException(Code)(Java Doc) public void setRestrictHostIp(boolean flag)(Code)(Java Doc) public void setSessionDuration(long milliseconds)(Code)(Java Doc)
|
|
|