Uses of Class
org.dcache.xrootd.security.XrootdBucket
-
Packages that use XrootdBucket Package Description org.dcache.xrootd.protocol.messages org.dcache.xrootd.security org.dcache.xrootd.tpc.protocol.messages -
-
Uses of XrootdBucket in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return types with arguments of type XrootdBucket Modifier and Type Method Description static java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>AuthenticationRequest. deserializeBuckets(io.netty.buffer.ByteBuf buffer)Deserialize the buckets sent by the client and put them into a EnumMap sorted by their header-information.java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>AuthenticationRequest. getBuckets()Method parameters in org.dcache.xrootd.protocol.messages with type arguments of type XrootdBucket Modifier and Type Method Description static voidAuthenticationResponse. writeBytes(io.netty.buffer.ByteBuf buffer, java.lang.String protocol, int step, java.util.List<XrootdBucket> buckets)Code is shared by outbound authentication request used by tpc client.Constructor parameters in org.dcache.xrootd.protocol.messages with type arguments of type XrootdBucket Constructor Description AuthenticationResponse(AuthenticationRequest request, int status, int length, java.lang.String protocol, int step, java.util.List<XrootdBucket> buckets) -
Uses of XrootdBucket in org.dcache.xrootd.security
Subclasses of XrootdBucket in org.dcache.xrootd.security Modifier and Type Class Description classNestedBucketBufferFormat of a NestedBucketBuffer: - int32 BucketType (usually kXRS_main) - int32 len - char[4] protocol (\0 padded) - int32 step (e.g.classRawBucketA bucket containing a header plus a number of bytes.classStringBucketA bucket containing a header plus a String.classUnsignedIntBucketA bucket containing a header plus an unsigned integer.Methods in org.dcache.xrootd.security that return XrootdBucket Modifier and Type Method Description static XrootdBucketXrootdBucket. deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)Deserialize an XrootdBucket.Methods in org.dcache.xrootd.security that return types with arguments of type XrootdBucket Modifier and Type Method Description java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>NestedBucketBuffer. getNestedBuckets()Constructor parameters in org.dcache.xrootd.security with type arguments of type XrootdBucket Constructor Description NestedBucketBuffer(XrootdSecurityProtocol.BucketType type, java.lang.String protocol, int step, java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket> nestedBuckets) -
Uses of XrootdBucket in org.dcache.xrootd.tpc.protocol.messages
Methods in org.dcache.xrootd.tpc.protocol.messages that return types with arguments of type XrootdBucket Modifier and Type Method Description java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>InboundAuthenticationResponse. getBuckets()Constructor parameters in org.dcache.xrootd.tpc.protocol.messages with type arguments of type XrootdBucket Constructor Description OutboundAuthenticationRequest(int streamId, int length, java.lang.String protocol, int step, java.util.List<XrootdBucket> buckets)
-