org.seasar.robot.client.http.impl
クラス AuthenticationImpl

java.lang.Object
  上位を拡張 org.seasar.robot.client.http.impl.AuthenticationImpl
すべての実装されたインタフェース:
Authentication

public class AuthenticationImpl
extends Object
implements Authentication

作成者:
shinsuke

コンストラクタの概要
AuthenticationImpl(org.apache.http.auth.AuthScope authScope, org.apache.http.auth.Credentials credentials)
           
AuthenticationImpl(org.apache.http.auth.AuthScope authScope, org.apache.http.auth.Credentials credentials, org.apache.http.auth.AuthScheme authScheme)
           
 
メソッドの概要
 org.apache.http.auth.AuthScheme getAuthScheme()
           
 org.apache.http.auth.AuthScope getAuthScope()
           
 org.apache.http.auth.Credentials getCredentials()
           
 void setAuthScheme(org.apache.http.auth.AuthScheme authScheme)
           
 void setAuthScope(org.apache.http.auth.AuthScope authScope)
           
 void setCredentials(org.apache.http.auth.Credentials credentials)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AuthenticationImpl

public AuthenticationImpl(org.apache.http.auth.AuthScope authScope,
                          org.apache.http.auth.Credentials credentials)

AuthenticationImpl

public AuthenticationImpl(org.apache.http.auth.AuthScope authScope,
                          org.apache.http.auth.Credentials credentials,
                          org.apache.http.auth.AuthScheme authScheme)
メソッドの詳細

getAuthScope

public org.apache.http.auth.AuthScope getAuthScope()
定義:
インタフェース Authentication 内の getAuthScope

getCredentials

public org.apache.http.auth.Credentials getCredentials()
定義:
インタフェース Authentication 内の getCredentials

setAuthScope

public void setAuthScope(org.apache.http.auth.AuthScope authScope)

setCredentials

public void setCredentials(org.apache.http.auth.Credentials credentials)

getAuthScheme

public org.apache.http.auth.AuthScheme getAuthScheme()
定義:
インタフェース Authentication 内の getAuthScheme

setAuthScheme

public void setAuthScheme(org.apache.http.auth.AuthScheme authScheme)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.