public class AuthenticateResult extends Object
ReturnResult.OK
(authentication succeeded), ReturnResult.REJECTED
(authentication
failed) or ReturnResult.SEND_CHALLENGE
(server requires more data)
ReturnResult.SEND_CHALLENGE
. This state must be delivered by client
in a follow-up call to SSMS (it is used to match challenge and response).
ReturnResult.SEND_CHALLENGE
. It informs the user, which data are
requested by SSMS.Constructor and Description |
---|
AuthenticateResult() |
Modifier and Type | Method and Description |
---|---|
String |
getChallengeText()
will be set only in case of SEND_CHALLENGE.
|
ReturnResult |
getReturnResult()
one out of OK (authentication succeeded), REJECTED (authentication failed) or SEND_CHALLENGE (server requires more data)
|
String |
getState()
will be set only in case of SEND_CHALLENGE.
|
void |
setChallengeText(String challengeText) |
void |
setReturnResult(ReturnResult returnResult) |
void |
setState(String state) |
public ReturnResult getReturnResult()
public void setReturnResult(ReturnResult returnResult)
public String getChallengeText()
public void setChallengeText(String challengeText)
public String getState()
public void setState(String state)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.