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

java.lang.Object
  extended by org.jboss.security.negotiation.NegotiationMessage
      extended by org.jboss.security.negotiation.spnego.encoding.SPNEGOMessage
          extended by org.jboss.security.negotiation.spnego.encoding.NegTokenInit

public class NegTokenInit
extends SPNEGOMessage

Representation of NegTokenInit.

Author:
Darran Lofthouse

Constructor Summary
NegTokenInit()
           
 
Method Summary
 void addMechType(Oid mechType)
           
 byte[] getMechToken()
           
 List<Oid> getMechTypes()
           
 Oid getMessageOid()
           
 byte[] getReqFlags()
           
 void setMechToken(byte[] mechToken)
           
 void setMessageOid(Oid messageOid)
           
 void setReqFlags(byte[] reqFlags)
           
 void writeTo(OutputStream os)
          Write the message to the provided output stream in it's raw form.
 
Methods inherited from class org.jboss.security.negotiation.spnego.encoding.SPNEGOMessage
getMechListMIC, getMessageType, setMechListMIC
 
Methods inherited from class org.jboss.security.negotiation.NegotiationMessage
writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegTokenInit

public NegTokenInit()
Method Detail

getMessageOid

public Oid getMessageOid()

setMessageOid

public void setMessageOid(Oid messageOid)

getMechTypes

public List<Oid> getMechTypes()

addMechType

public void addMechType(Oid mechType)

getMechToken

public byte[] getMechToken()

getReqFlags

public byte[] getReqFlags()

setReqFlags

public void setReqFlags(byte[] reqFlags)

setMechToken

public void setMechToken(byte[] mechToken)

writeTo

public void writeTo(OutputStream os)
             throws IOException
Description copied from class: NegotiationMessage
Write the message to the provided output stream in it's raw form.

Specified by:
writeTo in class NegotiationMessage
Throws:
IOException


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