public interface AuthenticationMechanism
| Modifier and Type | Method and Description | 
|---|---|
void | 
authenticate(AuthenticationServer server,
            java.lang.String user,
            char[] password)
Authenticates the client at the AuthenticationServer. 
 | 
void authenticate(AuthenticationServer server, java.lang.String user, char[] password) throws java.io.IOException, AuthenticationException
server - the AuthenticationServer to connect withuser - the usernamepassword - the passwordjava.io.IOExceptionAuthenticationExceptionCopyright © 2023. All Rights Reserved.