public class FormAuthScheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
| Constructor and Description |
|---|
FormAuthScheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(HTTPBuilder httpBuilder) |
FormAuthConfig |
getConfig() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getPassword() |
Object |
getUserName() |
void |
setConfig(FormAuthConfig value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPassword(Object value) |
void |
setUserName(Object value) |
public Object getUserName()
public void setUserName(Object value)
public Object getPassword()
public void setPassword(Object value)
public FormAuthConfig getConfig()
public void setConfig(FormAuthConfig value)
public void authenticate(HTTPBuilder httpBuilder)
authenticate in interface AuthenticationSchemepublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2020. All rights reserved.