Class AuthData
java.lang.Object
org.apache.pulsar.common.api.proto.AuthData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()byte[]intio.netty.buffer.ByteBufintbooleanbooleanvoidparseFrom(byte[] a) voidparseFrom(io.netty.buffer.ByteBuf _buffer, int _size) setAuthData(byte[] authData) setAuthData(io.netty.buffer.ByteBuf authData) setAuthMethodName(String authMethodName) byte[]intwriteTo(io.netty.buffer.ByteBuf _b)
-
Constructor Details
-
AuthData
public AuthData()
-
-
Method Details
-
hasAuthMethodName
public boolean hasAuthMethodName() -
getAuthMethodName
-
setAuthMethodName
-
clearAuthMethodName
-
hasAuthData
public boolean hasAuthData() -
getAuthDataSize
public int getAuthDataSize() -
getAuthData
public byte[] getAuthData() -
getAuthDataSlice
public io.netty.buffer.ByteBuf getAuthDataSlice() -
setAuthData
-
setAuthData
-
clearAuthData
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b) -
getSerializedSize
public int getSerializedSize() -
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size) -
clear
-
copyFrom
-
toByteArray
public byte[] toByteArray() -
parseFrom
public void parseFrom(byte[] a)
-