Package org.apache.synapse.util
Class CustomNTLMV2AuthScheme
- java.lang.Object
-
- org.apache.synapse.util.CustomNTLMAuthScheme
-
- org.apache.synapse.util.CustomNTLMV2AuthScheme
-
- All Implemented Interfaces:
org.apache.commons.httpclient.auth.AuthScheme
public class CustomNTLMV2AuthScheme extends CustomNTLMAuthScheme
This Class specifies the NTLM version which need to initialize the CustomNTLMAuthScheme. Since CustomNTLMAuthScheme is called only through axis2 client, should have external class to specify the NTLMVersion which is an attribute in synapse config.
-
-
Constructor Summary
Constructors Constructor Description CustomNTLMV2AuthScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNTLMVersion()
Unsupported.-
Methods inherited from class org.apache.synapse.util.CustomNTLMAuthScheme
authenticate, authenticate, authenticate, authenticate, getID, getParameter, getRealm, getSchemeName, isComplete, isConnectionBased, processChallenge
-
-
-
-
Method Detail
-
getNTLMVersion
public String getNTLMVersion()
Description copied from class:CustomNTLMAuthScheme
Unsupported.- Specified by:
getNTLMVersion
in classCustomNTLMAuthScheme
-
-