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