Modifier and Type | Method and Description |
---|---|
RIDCHttpPostMethod |
RIDCHttpClient.getPostMethod(String url)
Get the method to execute for HTTP POST
|
Modifier and Type | Class and Description |
---|---|
class |
HttpApache3PostMethod
Http Post method implementation for Apache 3.x
|
Modifier and Type | Class and Description |
---|---|
class |
HttpApache4PostMethod
Http Post method implementation in Apache 4.x
|
Modifier and Type | Method and Description |
---|---|
protected RIDCHttpPostMethod |
FormAuthHandler.createLoginMethod()
Create the post method for the login operation
|
protected RIDCHttpPostMethod |
OIMSSOAuthHandler.createLoginMethod()
Create the post method for the login operation
|
Modifier and Type | Method and Description |
---|---|
protected int |
FormAuthHandler.executeLogin(RIDCHttpPostMethod postMethod)
Execute the login method
|
Modifier and Type | Class and Description |
---|---|
class |
HttpURLConnectionPostMethod |
Modifier and Type | Class and Description |
---|---|
class |
HttpOraclePostMethod |