public interface UserAuthenticationInterface
Modifier and Type | Method and Description |
---|---|
String |
changePassword(ClientConnectionData ccd,
String oldPassword,
String newPassword)
Changes the password for a UserID.
|
void |
dispose()
Called to perform clean-up.
|
boolean |
isRetryValid(ClientConnectionData ccd,
int previousRetryCount)
Upon an error for verifyUserIDPassword or changePassword,
this method is called to check if further retries should be
done, or if the client connection should be dropped.
|
boolean |
isUserIDPasswordRequired(ClientConnectionData ccd)
Checks if UserID and Password is required for a particular
client IP-address.
|
String |
verifyUserIDPassword(ClientConnectionData ccd,
String password,
int previousRetryCount)
Verifies a UserID and Password entered on the client by a user.
|
boolean isUserIDPasswordRequired(ClientConnectionData ccd)
String verifyUserIDPassword(ClientConnectionData ccd, String password, int previousRetryCount)
String changePassword(ClientConnectionData ccd, String oldPassword, String newPassword)
boolean isRetryValid(ClientConnectionData ccd, int previousRetryCount)
void dispose()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.