Package org.apache.oltu.oauth2.common
Class OAuth.HttpMethod
- java.lang.Object
-
- org.apache.oltu.oauth2.common.OAuth.HttpMethod
-
- Enclosing class:
- OAuth
public static final class OAuth.HttpMethod extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HttpMethod()
-
-
-
Field Detail
-
POST
public static final java.lang.String POST
- See Also:
- Constant Field Values
-
GET
public static final java.lang.String GET
- See Also:
- Constant Field Values
-
DELETE
public static final java.lang.String DELETE
- See Also:
- Constant Field Values
-
PUT
public static final java.lang.String PUT
- See Also:
- Constant Field Values
-
-