public class KerberosMessage extends NegotiationMessage
| Constructor and Description |
|---|
KerberosMessage(Oid messageOid,
byte[] token) |
| Modifier and Type | Method and Description |
|---|---|
Oid |
getMessageOid() |
String |
getMessageType() |
byte[] |
getToken() |
void |
writeTo(OutputStream os)
Write the message to the provided output stream in
it's raw form.
|
writeTopublic KerberosMessage(Oid messageOid, byte[] token)
public Oid getMessageOid()
public byte[] getToken()
public void writeTo(OutputStream os) throws IOException
NegotiationMessagewriteTo in class NegotiationMessageIOExceptionpublic String getMessageType()
getMessageType in class NegotiationMessageCopyright © 2016 JBoss by Red Hat. All rights reserved.