public interface ServerEvents
| Modifier and Type | Method and Description |
|---|---|
void |
authenticateSession(SessionInformation information,
String username,
byte[] password) |
void |
lostSession(UUID sessionIndex) |
void |
newSession(UUID sessionIndex,
SessionInformation information) |
void authenticateSession(SessionInformation information, String username, byte[] password) throws AuthenticationException
AuthenticationExceptionvoid newSession(UUID sessionIndex, SessionInformation information)
void lostSession(UUID sessionIndex)
Copyright © 2022. All rights reserved.