Uses of Class
marauroa.server.game.container.SecuredLoginInfo
Packages that use 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
Methods in marauroa.server.auth with parameters of type SecuredLoginInfoModifier 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
Fields in marauroa.server.game.container declared as SecuredLoginInfo -
Uses of SecuredLoginInfo in marauroa.server.game.db
Methods in marauroa.server.game.db with parameters of type SecuredLoginInfoModifier 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
Methods in marauroa.server.game.dbcommand that return SecuredLoginInfoConstructors in marauroa.server.game.dbcommand with parameters of type SecuredLoginInfoModifierConstructorDescriptionLoginCommand(SecuredLoginInfo info)
creates a new LoginCommandLoginCommand(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
creates a new LoginCommand.