Package org.apache.http.impl.auth
Class NTLMEngineImpl.Type1Message
java.lang.Object
org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
org.apache.http.impl.auth.NTLMEngineImpl.Type1Message
- Enclosing class:
- NTLMEngineImpl
Type 1 message assembly class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private final int
private final byte[]
Fields inherited from class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
currentOutputPosition, messageContents
-
Constructor Summary
ConstructorsConstructorDescriptionType1Message
(String domain, String host) Type1Message
(String domain, String host, Integer flags) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Getting the response involves building the message before returning itprivate int
Methods inherited from class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
addByte, addBytes, addULong, addUShort, getBytes, getMessageLength, getPreambleLength, getResponse, prepareResponse, readByte, readBytes, readSecurityBuffer, readULong, readUShort
-
Field Details
-
hostBytes
private final byte[] hostBytes -
domainBytes
private final byte[] domainBytes -
flags
private final int flags
-
-
Constructor Details
-
Type1Message
Type1Message(String domain, String host) throws NTLMEngineException - Throws:
NTLMEngineException
-
Type1Message
Type1Message(String domain, String host, Integer flags) throws NTLMEngineException - Throws:
NTLMEngineException
-
Type1Message
Type1Message()
-
-
Method Details
-
getDefaultFlags
private int getDefaultFlags() -
buildMessage
protected void buildMessage()Getting the response involves building the message before returning it- Overrides:
buildMessage
in classNTLMEngineImpl.NTLMMessage
-