public class NegTokenTarg extends SPNEGOMessage
Modifier and Type | Field and Description |
---|---|
static Integer |
ACCEPT_COMPLETED |
static Integer |
ACCEPT_INCOMPLETE |
static Integer |
REJECTED |
Constructor and Description |
---|
NegTokenTarg() |
Modifier and Type | Method and Description |
---|---|
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.
|
getMechListMIC, getMessageType, setMechListMIC
writeTo
public static final Integer ACCEPT_COMPLETED
public static final Integer ACCEPT_INCOMPLETE
public static final Integer REJECTED
public Integer getNegResult()
public void setNegResult(Integer negResult)
public Oid getSupportedMech()
public void setSupportedMech(Oid supportedMech)
public byte[] getResponseToken()
public void setResponseToken(byte[] responseToken)
public void writeTo(OutputStream os) throws IOException
NegotiationMessage
writeTo
in class NegotiationMessage
IOException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.