Modifier and Type | Method and Description |
---|---|
abstract NegotiationMessage |
MessageFactory.createMessage(InputStream in)
Read the message from the InputStream and create the Java
representation of the message.
|
Modifier and Type | Method and Description |
---|---|
NegotiationMessage |
NegotiationContext.getRequestMessage() |
NegotiationMessage |
NegotiationContext.getResponseMessage() |
Modifier and Type | Method and Description |
---|---|
void |
NegotiationContext.setRequestMessage(NegotiationMessage requestMessage) |
void |
NegotiationContext.setResponseMessage(NegotiationMessage responseMessage) |
Modifier and Type | Method and Description |
---|---|
NegotiationMessage |
NTLMMessageFactory.createMessage(InputStream in) |
Modifier and Type | Class and Description |
---|---|
class |
NegotiateMessage
Representation of an NTLM NEGOTIATIE_MESSAGE
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosMessage
A message implementation to provide a wrapper around plain Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
NegotiationMessage |
SPNEGOMessageFactory.createMessage(InputStream in) |
NegotiationMessage |
KerberosMessageFactory.createMessage(InputStream in) |
Modifier and Type | Class and Description |
---|---|
class |
NegTokenInit
Representation of NegTokenInit.
|
class |
NegTokenTarg
Representation of NegTokenTarg.
|
class |
SPNEGOMessage
The common base type for all SPNEGO messages.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.