Package pro.gravit.launchserver.socket
Class Client
java.lang.Object
pro.gravit.launchserver.socket.Client
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated.booleanpro.gravit.launcher.ClientPermissionspro.gravit.launcher.profiles.ClientProfilelongboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetProperty(String name)getSerializableProperty(String name)getUser()<T> voidsetProperty(String name, T object)voidsetSerializableProperty(String name, String value)voidup()voidupdateAuth(LaunchServer server)
-
Field Details
-
session
-
useOAuth
public boolean useOAuth -
auth_id
-
timestamp
public long timestamp -
type
-
profile
public pro.gravit.launcher.profiles.ClientProfile profile -
isAuth
public boolean isAuth -
checkSign
public boolean checkSign -
permissions
public pro.gravit.launcher.ClientPermissions permissions -
username
-
uuid
-
trustLevel
-
auth
-
daoObject
Deprecated. -
coreObject
-
sessionObject
-
properties
-
serializableProperties
-
refCount
-
-
Constructor Details
-
Client
-
-
Method Details
-
up
public void up() -
updateAuth
-
getProperty
-
setProperty
-
getSerializableProperty
-
setSerializableProperty
-
getUser
-