public final class EzyServerContexts extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsUser(EzyAppContext context,
EzyUser user) |
static boolean |
containsUser(EzyAppContext context,
String username) |
static EzySessionManager<EzySession> |
getSessionManager(EzyServerContext ctx) |
static EzySettings |
getSettings(EzyServerContext context) |
static EzyStatistics |
getStatistics(EzyServerContext context) |
static EzyUserManager |
getUserManager(EzyAppContext context) |
public static EzySettings getSettings(EzyServerContext context)
public static boolean containsUser(EzyAppContext context, EzyUser user)
public static boolean containsUser(EzyAppContext context, String username)
public static EzyUserManager getUserManager(EzyAppContext context)
public static EzyStatistics getStatistics(EzyServerContext context)
public static EzySessionManager<EzySession> getSessionManager(EzyServerContext ctx)
Copyright © 2021 Young Monkeys. All rights reserved.