lilypad.client.connect.api.result.impl
Class GetKeyResult

java.lang.Object
  extended by lilypad.client.connect.api.result.Result
      extended by lilypad.client.connect.api.result.impl.GetKeyResult

public class GetKeyResult
extends Result


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

GetKeyResult

public GetKeyResult(StatusCode statusCode)
Called only when the result is unsuccessful.

Parameters:
statusCode - of the result

GetKeyResult

public GetKeyResult(java.lang.String key)
Showing the result was successful, passing the data to accompany the result.

Parameters:
key -
Method Detail

getKey

public java.lang.String getKey()
Shared salt used within the authentication process for the password.

Returns:
salt