public final class AuthenticationGSSContinue extends Object implements AuthenticationMessage
Constructor and Description |
---|
AuthenticationGSSContinue(io.netty.buffer.ByteBuf authenticationData)
Creates a new message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ByteBuffer |
getAuthenticationData()
Returns GSSAPI or SSPI authentication data.
|
int |
hashCode() |
String |
toString() |
public AuthenticationGSSContinue(io.netty.buffer.ByteBuf authenticationData)
authenticationData
- GSSAPI or SSPI authentication dataIllegalArgumentException
- if authenticationData
is null
public ByteBuffer getAuthenticationData()
Copyright © 2020. All rights reserved.