org.seasar.robot.client.http.ntlm
クラス JcifsEngine

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

public class JcifsEngine
extends Object
implements org.apache.http.impl.auth.NTLMEngine

JcifsEngine is a NTLM Engine implementation based on JCIFS.

作成者:
shinsuke

コンストラクタの概要
JcifsEngine()
           
 
メソッドの概要
 String generateType1Msg(String domain, String workstation)
           
 String generateType3Msg(String username, String password, String domain, String workstation, String challenge)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JcifsEngine

public JcifsEngine()
メソッドの詳細

generateType1Msg

public String generateType1Msg(String domain,
                               String workstation)
                        throws org.apache.http.impl.auth.NTLMEngineException
定義:
インタフェース org.apache.http.impl.auth.NTLMEngine 内の generateType1Msg
例外:
org.apache.http.impl.auth.NTLMEngineException

generateType3Msg

public String generateType3Msg(String username,
                               String password,
                               String domain,
                               String workstation,
                               String challenge)
                        throws org.apache.http.impl.auth.NTLMEngineException
定義:
インタフェース org.apache.http.impl.auth.NTLMEngine 内の generateType3Msg
例外:
org.apache.http.impl.auth.NTLMEngineException


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