Class GSIBucketContainer
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.gsi.GSIBucketContainer
-
public class GSIBucketContainer extends java.lang.ObjectUtility wrapper around bucket list.
-
-
Constructor Summary
Constructors Constructor Description GSIBucketContainer(java.util.List<XrootdBucket> buckets, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XrootdBucket>getBuckets()intgetSize()
-
-
-
Constructor Detail
-
GSIBucketContainer
public GSIBucketContainer(java.util.List<XrootdBucket> buckets, int size)
-
-
Method Detail
-
getSize
public int getSize()
-
getBuckets
public java.util.List<XrootdBucket> getBuckets()
-
-