Uses of Class
marauroa.server.game.container.SecuredLoginInfo
Package
Description
This package contains the classes that store information about players
connected to server.
high level database access.
-
Uses of SecuredLoginInfo in marauroa.server.auth
Modifier and TypeMethodDescriptionvoid
AuthenticationManager.verify(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Verify that a player is whom he/she says it is.void
DatabaseAuthenticationManager.verify(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Verify that a player is whom he/she says it is. -
Uses of SecuredLoginInfo in marauroa.server.game.container
-
Uses of SecuredLoginInfo in marauroa.server.game.db
Modifier and TypeMethodDescriptionboolean
AccountDAO.verify(DBTransaction transaction, SecuredLoginInfo info)
verifies username and passwordboolean
AccountDAO.verify(SecuredLoginInfo informations)
Deprecated.boolean
AccountLinkDAO.verifyPermanentToken(DBTransaction transaction, SecuredLoginInfo info)
verifies that a provided token is a known secret -
Uses of SecuredLoginInfo in marauroa.server.game.dbcommand
ModifierConstructorDescriptionLoginCommand(SecuredLoginInfo info)
creates a new LoginCommandLoginCommand(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
creates a new LoginCommand.