- All Implemented Interfaces:
- java.io.Serializable, SigningStrategy
public class QueryStringSigningStrategy
extends java.lang.Object
implements SigningStrategy
Writes to a URL query string. Note that this currently ONLY works
when signing a URL directly, not with HTTP request objects. That's
because most HTTP request implementations do not allow the client to change
the URL once the request has been instantiated, so there is no way to append
parameters to it.
- Author:
- Matthias Kaeppler
- See Also:
- Serialized Form