|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
HTTPClient.ntlm.NtlmType2Message
The NtlmType2Message class contains data from an NTLM type 2 message.
Constructor Summary | |
NtlmType2Message(NtlmSupportFlags flags, byte[] nonce) Constructor |
Method Summary | |
java.lang.String |
formatType2Message() Formats the NTLM Type 2 Message, containing the support flags indicating negotiated options, and the nonce. |
NtlmSupportFlags |
getFlags() Determines the flags. |
byte[] |
getNonce() Determines the nonce. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NtlmType2Message(NtlmSupportFlags flags, byte[] nonce) throws java.lang.IllegalArgumentException
flags
- Support flagsnonce
- Challenge noncejava.lang.IllegalArgumentException
- nonce is null
, nonce length is not 8 bytes, or flags is null
.Method Detail |
public NtlmSupportFlags getFlags()
public byte[] getNonce()
public java.lang.String formatType2Message()
The returned value has already been Base 64 encoded, and may be appended to the WWW-Authenticate or Proxy-Authenticate header after the scheme token.
NOTE: The following elements of the Type 2 message are not supported:
|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |