|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.mail.auth.Ntlm
public class Ntlm
NTLM authentication using reflection with the jcifs classes.
| Constructor Summary | |
|---|---|
Ntlm(PrintStream debugout)
|
|
| Method Summary | |
|---|---|
String |
generateType1Msg(boolean useUnicode,
int flags,
String domain,
String workstation)
|
String |
generateType3Msg(String username,
String password,
String domain,
String workstation,
String challenge,
int flags,
int lmCompatibility)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ntlm(PrintStream debugout)
| Method Detail |
|---|
public String generateType1Msg(boolean useUnicode,
int flags,
String domain,
String workstation)
throws IOException
IOException
public String generateType3Msg(String username,
String password,
String domain,
String workstation,
String challenge,
int flags,
int lmCompatibility)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||