public final class AuthenticationGSSContinue extends Object implements AuthenticationMessage
| Constructor and Description |
|---|
AuthenticationGSSContinue(io.netty.buffer.ByteBuf authenticationData)
Create 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 nullpublic ByteBuffer getAuthenticationData()
Copyright © 2023. All rights reserved.