|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lilypad.client.connect.api.result.Result lilypad.client.connect.api.result.impl.GetKeyResult
public class GetKeyResult
Constructor Summary | |
---|---|
GetKeyResult(StatusCode statusCode)
Called only when the result is unsuccessful. |
|
GetKeyResult(java.lang.String key)
Showing the result was successful, passing the data to accompany the result. |
Method Summary | |
---|---|
java.lang.String |
getKey()
Shared salt used within the authentication process for the password. |
Methods inherited from class lilypad.client.connect.api.result.Result |
---|
getStatusCode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetKeyResult(StatusCode statusCode)
statusCode
- of the resultpublic GetKeyResult(java.lang.String key)
key
- Method Detail |
---|
public java.lang.String getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |