|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.fikin.ant.httpclientanttask.AntAuthScope
public class AntAuthScope
Example:
<authscope host="..." port="..." realm="..." scheme="..." />
created on Dec 29, 2006
Constructor Summary | |
---|---|
AntAuthScope()
|
Method Summary | |
---|---|
org.apache.commons.httpclient.auth.AuthScope |
getAuthScope()
get HttpClient AuthScope object for these settings |
java.lang.String |
getHost()
get authentication scope host, by default any |
int |
getPort()
get authentication scope port, by default any |
java.lang.String |
getRealm()
get authentication scope realm, by default any |
java.lang.String |
getScheme()
get authentication scope scheme, by default any |
void |
setHost(java.lang.String host)
set authentication scope host, by default any |
void |
setPort(int port)
set authentication scope port, by default any |
void |
setRealm(java.lang.String realm)
set authentication scope realm, by default any |
void |
setScheme(java.lang.String scheme)
set authentication scope scheme, by default any |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AntAuthScope()
Method Detail |
---|
public void setPort(int port)
port
- to setpublic int getPort()
public void setHost(java.lang.String host)
host
- public java.lang.String getHost()
public void setRealm(java.lang.String realm)
realm
- public java.lang.String getRealm()
public void setScheme(java.lang.String scheme)
scheme
- public java.lang.String getScheme()
public org.apache.commons.httpclient.auth.AuthScope getAuthScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |