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.IOException
AuthenticationException
Copyright © 2021. All Rights Reserved.