lilypad.client.connect.api.request.impl
Class GetKeyRequest

java.lang.Object
  extended by lilypad.client.connect.api.request.impl.GetKeyRequest
All Implemented Interfaces:
Request<GetKeyResult>

public class GetKeyRequest
extends java.lang.Object
implements Request<GetKeyResult>

Request to receive a shared salt to be used within the authentication process.


Constructor Summary
GetKeyRequest()
           
 
Method Summary
 java.lang.Class<GetKeyResult> getResult()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetKeyRequest

public GetKeyRequest()
Method Detail

getResult

public java.lang.Class<GetKeyResult> getResult()
Specified by:
getResult in interface Request<GetKeyResult>
Returns:
accompanying result of the request