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