Search
Plugins
>
HTTP-REST 2.3.2
>
HTTPBasicAuthentication
>
Class HTTPBasicAuthentication
Extends
RESTAuthentication
Contains server authentication properties.
Attributes
Name
Type
Description
AUTH_TYPE
String
rawAuthProperties
String[]
The authentication properties returned as array
type
String
Type of this authentication object
Methods
Name
Returns
HTTPBasicAuthentication(
String
,
String
,
String
)
constructor
execute
(
com.vmware.o11n.plugin.rest.RequestExecutor
,
org.apache.http.client.methods.HttpUriRequest
)
org.apache.http.HttpResponse
getBasicAuthHeaderValue
(
String
username,
String
password
)
String
getDescription
()
String
getFrom
(
ch.dunes.vso.sdk.endpoints.IEndpointConfiguration
)
RESTAuthentication
getPassword
()
String
getProxyAuthentication
(
ch.dunes.vso.sdk.endpoints.IEndpointConfiguration
)
RESTAuthentication
getRawAuthProperty
(
Number
index
)
String
getUsername
()
String
preProcessHostAuthentication
(
com.vmware.o11n.plugin.rest.RequestExecutor
,
org.apache.http.client.methods.HttpUriRequest
)
org.apache.http.HttpResponse
preProcessProxyAuthentication
(
com.vmware.o11n.plugin.rest.RequestExecutor
,
org.apache.http.client.methods.HttpUriRequest
,
org.apache.http.HttpHost
)
org.apache.http.HttpResponse
saveProxyAuthentication
(
ch.dunes.vso.sdk.endpoints.IEndpointConfiguration
)
void
saveTo
(
ch.dunes.vso.sdk.endpoints.IEndpointConfiguration
)
void
setPassword
(
String
)
void
setUsername
(
String
)
void
Returned by
None
Referenced in
None