Class UnsignedIntBucket
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.gsi.GSIBucket
-
- org.dcache.xrootd.plugins.authn.gsi.UnsignedIntBucket
-
-
Constructor Summary
Constructors Constructor Description UnsignedIntBucket(XrootdSecurityProtocol.BucketType type, int data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnsignedIntBucketdeserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)intdump(java.lang.StringBuilder builder, java.lang.String step, int number)This usually will be called only if trace is enabled.intgetContent()intgetSize()voidserialize(io.netty.buffer.ByteBuf out)java.lang.StringtoString()
-
-
-
Constructor Detail
-
UnsignedIntBucket
public UnsignedIntBucket(XrootdSecurityProtocol.BucketType type, int data)
-
-
Method Detail
-
dump
public int dump(java.lang.StringBuilder builder, java.lang.String step, int number)Description copied from class:GSIBucketThis usually will be called only if trace is enabled. We here imitate the XrootD XrdSutBuffer DUMP printout.
-
getContent
public int getContent()
-
deserialize
public static UnsignedIntBucket deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)
-
serialize
public void serialize(io.netty.buffer.ByteBuf out)
-
getSize
public int getSize()
-
-