org.seasar.robot.client.http
クラス BasicAuthentication
java.lang.Object
org.seasar.robot.client.http.BasicAuthentication
public class BasicAuthentication
- extends Object
- 作成者:
- shinsuke
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicAuthentication
public BasicAuthentication(String host,
Integer port,
String realm,
String scheme,
String username,
String password)
getAuthScope
public org.apache.commons.httpclient.auth.AuthScope getAuthScope()
getCredentials
public org.apache.commons.httpclient.Credentials getCredentials()
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public Integer getPort()
setPort
public void setPort(Integer port)
getRealm
public String getRealm()
setRealm
public void setRealm(String realm)
getScheme
public String getScheme()
setScheme
public void setScheme(String scheme)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.