Search

Class RESTAuthentication

Extends java.lang.Object
Contains server authentication properties.

Attributes

Name Type Description
AUTH_TYPE String
NONE RESTAuthentication
PROPERTIES String
rawAuthProperties String[] The authentication properties returned as array
SESSION_MODE String
SESSION_PER_USER String
SESSION_SHARED String
type String Type of this authentication object

Methods

Name Returns
clone() RESTAuthentication
execute(com.vmware.o11n.plugin.rest.RequestExecutor , org.apache.http.client.methods.HttpUriRequest ) org.apache.http.HttpResponse
getDescription() String
getFrom(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration ) RESTAuthentication
getProxyAuthentication(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration ) RESTAuthentication
getRawAuthProperty(Number index) String
getSessionMode() String
getValidationMessage() String
isValid() boolean
saveProxyAuthentication(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration ) void
saveTo(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration ) void
toString() String
validateConfig() void

Returned by

Method Returns
RESTAuthentication.clone() RESTAuthentication
RESTAuthentication.getFrom(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration ) RESTAuthentication
RESTAuthentication.getProxyAuthentication(ch.dunes.vso.sdk.endpoints.IEndpointConfiguration ) RESTAuthentication
RESTAuthenticationManager.createAuthentication(String type, String[] params) RESTAuthentication

Referenced in

None