Modifier and Type | Method and Description |
---|---|
ReturnResult |
AuthenticateResult.getReturnResult()
one out of OK (authentication succeeded), REJECTED (authentication failed) or SEND_CHALLENGE (server requires more data)
|
static ReturnResult |
ReturnResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnResult[] |
ReturnResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticateResult.setReturnResult(ReturnResult returnResult) |
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.