Name | Type | Description |
---|---|---|
DEFAULT_RETRY_TIMEOUT_MINUTES | Number | |
STATUS_OFFLINE | String | |
STATUS_ONLINE | String | |
STATUS_UNKNOWN | String | |
STS_ADMIN_PATH | String | |
STS_SERVICE_PATH | String |
Name | Returns |
---|---|
com.vmware.o11n.plugin.vcoconn.model.ServerConnection(boolean ) | constructor |
close() | void |
configure(com.vmware.o11n.plugin.vcoconn.config.ServerConfiguration , ch.dunes.vso.sdk.api.IUserToken ) | void |
decreaseCurrentLeftRetryTimeout() | void |
getClient() | ch.dunes.model.client.IVSOFactoryClient |
getConfiguration() | com.vmware.o11n.plugin.vcoconn.config.ServerConfiguration |
getCurrentLeftRetryTimeout() | Number |
getHostAddress() | String |
getRetryTimeout() | Number |
getServiceManager() | com.vmware.o11n.plugin.vcoconn.service.ServiceManager |
getSsoTokenTask() | com.vmware.o11n.plugin.vcoconn.authentication.SsoTokenTask |
getStatus() | String |
getStatusMessage() | String |
getUserToken() | ch.dunes.vso.sdk.api.IUserToken |
getVcoSession() | com.vmware.o11n.sdk.rest.client.VcoSession |
initSession() | void |
isConnectable() | boolean |
isLocal() | boolean |
isRetryTimeoutRunOut() | boolean |
resetCurrentLeftRetryTimeout() | void |
setClient(ch.dunes.model.client.IVSOFactoryClient ) | void |
setStatus(String ) | void |
Method | Returns |
---|---|
com.vmware.o11n.plugin.vcoconn.authentication.SsoTokenTask.(com.vmware.o11n.plugin.vcoconn.authentication.Renewable , com.vmware.o11n.plugin.vcoconn.model.ServerConnection ) | void |