
public interface IAuthenticationProtocol
| Modifier and Type | Method and Description |
|---|---|
DiffieHellman.Client.Response |
sendAuthenticationChallenge(DiffieHellman.Server.Challenge challenge)
Sends a challenge to the client to authenticate the user attempting to
or already connected.
|
DiffieHellman.Client.Response |
sendCredentialsChallenge(DiffieHellman.Server.Challenge challenge,
String userID,
CredentialsUpdateOperation operation)
Sends a challenge to the client to change the authenticated user's credentials.
|
DiffieHellman.Client.Response sendAuthenticationChallenge(DiffieHellman.Server.Challenge challenge) throws Exception
ExceptionDiffieHellman.Client.Response sendCredentialsChallenge(DiffieHellman.Server.Challenge challenge, String userID, CredentialsUpdateOperation operation) throws Exception
UnsupportedOperationException.UnsupportedOperationException - if credentials change is not supportedExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.