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

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.NegTokenTarg

public class NegTokenTarg
extends SPNEGOMessage

Representation of NegTokenTarg.

Author:
Darran Lofthouse

Field Summary
static Integer ACCEPT_COMPLETED
           
static Integer ACCEPT_INCOMPLETE
           
static Integer REJECTED
           
 
Constructor Summary
NegTokenTarg()
           
 
Method Summary
 Integer getNegResult()
           
 byte[] getResponseToken()
           
 Oid getSupportedMech()
           
 void setNegResult(Integer negResult)
           
 void setResponseToken(byte[] responseToken)
           
 void setSupportedMech(Oid supportedMech)
           
 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
 

Field Detail

ACCEPT_COMPLETED

public static final Integer ACCEPT_COMPLETED

ACCEPT_INCOMPLETE

public static final Integer ACCEPT_INCOMPLETE

REJECTED

public static final Integer REJECTED
Constructor Detail

NegTokenTarg

public NegTokenTarg()
Method Detail

getNegResult

public Integer getNegResult()

setNegResult

public void setNegResult(Integer negResult)

getSupportedMech

public Oid getSupportedMech()

setSupportedMech

public void setSupportedMech(Oid supportedMech)

getResponseToken

public byte[] getResponseToken()

setResponseToken

public void setResponseToken(byte[] responseToken)

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.