public interface AuthenticationServer
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
authReceive()
Receives the reponse of the server. 
 | 
void | 
authSend(byte[] call)
Sends the specified call of the SASL client to the server. 
 | 
java.lang.String | 
getHostName()
Gets the hostname of the server. 
 | 
java.lang.String | 
getService()
Gets the service that is provided by the server. 
 | 
java.lang.String getHostName()
java.lang.String getService()
void authSend(byte[] call)
       throws java.io.IOException
call - the call of the client to the serverjava.io.IOExceptionbyte[] authReceive()
            throws AuthenticationException,
                   java.io.IOException
AuthenticationExceptionjava.io.IOExceptionCopyright © 2021. All Rights Reserved.