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
クラス 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.