com.dtolabs.rundeck.plugin.overthere
Class OTWinRMNodeExecutor.ConnectionOptionsBuilder

java.lang.Object
  extended by com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor.ConnectionOptionsBuilder
Enclosing class:
OTWinRMNodeExecutor

protected class OTWinRMNodeExecutor.ConnectionOptionsBuilder
extends Object


Method Summary
 com.xebialabs.overthere.ConnectionOptions build()
           
 String getAuthType()
           
 com.xebialabs.overthere.cifs.WinrmHttpsCertificateTrustStrategy getCertTrustStrategy()
           
 int getConnectionTimeout()
           
 com.dtolabs.rundeck.core.execution.ExecutionContext getContext()
           
 com.dtolabs.rundeck.core.common.Framework getFramework()
           
 com.dtolabs.rundeck.core.common.FrameworkProject getFrameworkProject()
           
 String getHostname()
           
 com.xebialabs.overthere.cifs.WinrmHttpsHostnameVerificationStrategy getHostTrust()
           
 com.dtolabs.rundeck.core.common.INodeEntry getNode()
           
 String getPassword()
           
 String getProtocol()
           
 String getUsername()
           
 String getWinrmLocale()
           
 String getWinrmTimeout()
           
 Boolean isDebugKerberosAuth()
           
 Boolean isWinrmSpnAddPort()
           
 Boolean isWinrmSpnUseHttp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPassword

public String getPassword()

getConnectionTimeout

public int getConnectionTimeout()
                         throws com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor.ConfigurationException
Throws:
com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor.ConfigurationException

getUsername

public String getUsername()

getHostname

public String getHostname()

getAuthType

public String getAuthType()

getCertTrustStrategy

public com.xebialabs.overthere.cifs.WinrmHttpsCertificateTrustStrategy getCertTrustStrategy()

getHostTrust

public com.xebialabs.overthere.cifs.WinrmHttpsHostnameVerificationStrategy getHostTrust()

getProtocol

public String getProtocol()

isDebugKerberosAuth

public Boolean isDebugKerberosAuth()

isWinrmSpnAddPort

public Boolean isWinrmSpnAddPort()

isWinrmSpnUseHttp

public Boolean isWinrmSpnUseHttp()

getWinrmLocale

public String getWinrmLocale()

getWinrmTimeout

public String getWinrmTimeout()

build

public com.xebialabs.overthere.ConnectionOptions build()
                                                throws com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor.ConfigurationException
Throws:
com.dtolabs.rundeck.plugin.overthere.OTWinRMNodeExecutor.ConfigurationException

getContext

public com.dtolabs.rundeck.core.execution.ExecutionContext getContext()

getNode

public com.dtolabs.rundeck.core.common.INodeEntry getNode()

getFramework

public com.dtolabs.rundeck.core.common.Framework getFramework()

getFrameworkProject

public com.dtolabs.rundeck.core.common.FrameworkProject getFrameworkProject()


Copyright © 2011-2014. All Rights Reserved.