Uses of Interface
crow.game.login.api.UserAuthenticator
Packages that use UserAuthenticator
Package
Description
The implementation of the login server, including the netty tcp service instance as well as the
non-netty service object.
the omnisrv package wraps all the decoupled servers implemented and working and launches them as
a single process.
-
Uses of UserAuthenticator in crow.game.login.server
Constructors in crow.game.login.server with parameters of type UserAuthenticatorModifierConstructorDescriptionLoginServerMain(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) LoginService(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) -
Uses of UserAuthenticator in crow.game.omnisrv
Classes in crow.game.omnisrv that implement UserAuthenticatorModifier and TypeClassDescriptionclassThis most-simple user authenticator just does a standard password comparison.