org.jboss.security.negotiation.spnego.encoding
Class NegTokenTarg
java.lang.Object
org.jboss.security.negotiation.NegotiationMessage
org.jboss.security.negotiation.spnego.encoding.SPNEGOMessage
org.jboss.security.negotiation.spnego.encoding.NegTokenTarg
public class NegTokenTarg
- extends SPNEGOMessage
Representation of NegTokenTarg.
- Author:
- Darran Lofthouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCEPT_COMPLETED
public static final Integer ACCEPT_COMPLETED
ACCEPT_INCOMPLETE
public static final Integer ACCEPT_INCOMPLETE
REJECTED
public static final Integer REJECTED
NegTokenTarg
public NegTokenTarg()
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.