public class NTLMAuthScheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
Constructor and Description |
---|
NTLMAuthScheme() |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(HTTPBuilder httpBuilder) |
String |
getDomain() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getPassword() |
Object |
getProperty(String property) |
String |
getUserName() |
String |
getWorkstation() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setDomain(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPassword(String value) |
void |
setProperty(String property,
Object value) |
void |
setUserName(String value) |
void |
setWorkstation(String value) |
public String getUserName()
public void setUserName(String value)
public String getPassword()
public void setPassword(String value)
public String getWorkstation()
public void setWorkstation(String value)
public String getDomain()
public void setDomain(String value)
public void authenticate(HTTPBuilder httpBuilder)
authenticate
in interface AuthenticationScheme
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2010–2019. All rights reserved.