Uses of Class
de.msi.oauth.flow.params.HttpMethod
| Package | Description |
|---|---|
| de.msi.oauth.flow.params | |
| de.msi.oauth.flow.signature | |
| de.msi.oauth.flow.signature.base |
-
Uses of HttpMethod in de.msi.oauth.flow.params
Methods in de.msi.oauth.flow.params that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod in de.msi.oauth.flow.signature
Constructors in de.msi.oauth.flow.signature with parameters of type HttpMethod Constructor Description DefaultHmacSha1Signature(URI endpoint, HttpMethod method, ConsumerSecret consumerSecret)Create a new instance.DefaultRsaSha1Signature(URI endpoint, HttpMethod method, ConsumerSecret consumerSecret)Create a new instance. -
Uses of HttpMethod in de.msi.oauth.flow.signature.base
Constructors in de.msi.oauth.flow.signature.base with parameters of type HttpMethod Constructor Description DefaultSignatureBaseStringBuilder(HttpMethod httpMethod, URI endpoint)Create a new instance.