Class ZTNCredentialUtils
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.ztn.ZTNCredentialUtils
-
public class ZTNCredentialUtils extends java.lang.ObjectSimple to- and from- ByteBuf methods.
-
-
Constructor Summary
Constructors Constructor Description ZTNCredentialUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZTNCredentialdeserialize(io.netty.buffer.ByteBuf buffer)static voidwriteBytes(io.netty.buffer.ByteBuf buffer, ZTNCredential credential)
-
-
-
Method Detail
-
deserialize
public static ZTNCredential deserialize(io.netty.buffer.ByteBuf buffer) throws XrootdException
- Throws:
XrootdException
-
writeBytes
public static void writeBytes(io.netty.buffer.ByteBuf buffer, ZTNCredential credential)
-
-