no.digipost.api.client.security
Class ClientRequestToSign

java.lang.Object
  extended by no.digipost.api.client.security.ClientRequestToSign
All Implemented Interfaces:
RequestToSign

public class ClientRequestToSign
extends Object
implements RequestToSign


Constructor Summary
ClientRequestToSign(com.sun.jersey.api.client.ClientRequest clientRequest)
           
 
Method Summary
 SortedMap<String,String> getHeaders()
           
 String getMethod()
           
 String getParameters()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientRequestToSign

public ClientRequestToSign(com.sun.jersey.api.client.ClientRequest clientRequest)
Method Detail

getMethod

public String getMethod()
Specified by:
getMethod in interface RequestToSign

getHeaders

public SortedMap<String,String> getHeaders()
Specified by:
getHeaders in interface RequestToSign

getPath

public String getPath()
Specified by:
getPath in interface RequestToSign

getParameters

public String getParameters()
Specified by:
getParameters in interface RequestToSign


Copyright © 2012 Digipost Open Source. All Rights Reserved.