A JNI client to SSPI based CPP program (DLL) that returns the user
credentials for NTLM authentication.
The DLL name is ntlmauth.dll.
author: Magendran Sathaiah (mahi@aztec.soft.net)
Calls #initialize() if the SSPI client is not already inited.
invokePrepareSSORequest
public byte[] invokePrepareSSORequest() throws Exception(Code)
Calls #prepareSSORequest() to prepare the NTLM TYPE-1 message.
throws: Exception - if an error occurs during the call or the SSPI clientis uninitialized
invokePrepareSSOSubmit
public byte[] invokePrepareSSOSubmit(byte[] buf) throws Exception(Code)
Calls #prepareSSOSubmit(byte[], long) to prepare the NTLM TYPE-3
message.
throws: Exception - if an error occurs during the call or the SSPI clientis uninitialized