org.jboss.security.negotiation.spnego.encoding
Class SPNEGOMessage

java.lang.Object
  extended by org.jboss.security.negotiation.NegotiationMessage
      extended by org.jboss.security.negotiation.spnego.encoding.SPNEGOMessage
Direct Known Subclasses:
NegTokenInit, NegTokenTarg

public abstract class SPNEGOMessage
extends NegotiationMessage

The common base type for all SPNEGO messages.

Since:
17th August 2008
Version:
$Revision: 83668 $
Author:
darran.lofthouse@jboss.com

Constructor Summary
SPNEGOMessage()
           
 
Method Summary
 byte[] getMechListMIC()
           
 String getMessageType()
           
 void setMechListMIC(byte[] mechListMIC)
           
 
Methods inherited from class org.jboss.security.negotiation.NegotiationMessage
writeTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPNEGOMessage

public SPNEGOMessage()
Method Detail

getMessageType

public String getMessageType()
Specified by:
getMessageType in class NegotiationMessage
Returns:
The message type.

getMechListMIC

public byte[] getMechListMIC()

setMechListMIC

public void setMechListMIC(byte[] mechListMIC)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.