|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.handle.hdllib.AbstractMessage
net.handle.hdllib.AbstractResponse
net.handle.hdllib.VerifyAuthResponse
public class VerifyAuthResponse
Response to VerifyAuthRequest. Indicates whether or not the authentication presented in the VerifyAuthRequest message is valid.
| Field Summary | |
|---|---|
boolean |
isValid
|
| Fields inherited from class net.handle.hdllib.AbstractResponse |
|---|
stream, streaming |
| Constructor Summary | |
|---|---|
VerifyAuthResponse(boolean isValid)
|
|
VerifyAuthResponse(VerifyAuthRequest req,
boolean isValid)
|
|
| Method Summary |
|---|
| Methods inherited from class net.handle.hdllib.AbstractResponse |
|---|
getContinuedResponse, streamResponse |
| Methods inherited from class net.handle.hdllib.AbstractMessage |
|---|
clearBuffers, decryptMessage, encryptMessage, getEncodedMessage, getEncodedMessageBody, getResponseCodeMessage, hasEqualOrGreaterVersion, signMessage, signMessage, signMessage, takeValuesFrom, toString, verifyMessage, verifyMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isValid
| Constructor Detail |
|---|
public VerifyAuthResponse(VerifyAuthRequest req,
boolean isValid)
throws HandleException
HandleExceptionpublic VerifyAuthResponse(boolean isValid)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||