Class GSIBucketUtils.BucketSerializerBuilder
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.gsi.GSIBucketUtils.BucketSerializerBuilder
-
- Enclosing class:
- GSIBucketUtils
public static class GSIBucketUtils.BucketSerializerBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BucketSerializerBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GSIBucketUtils.BucketSerializerbuild()GSIBucketUtils.BucketSerializerBuilderwithBuckets(java.util.List<GSIBucket> buckets)GSIBucketUtils.BucketSerializerBuilderwithProtocol(java.lang.String protocol)GSIBucketUtils.BucketSerializerBuilderwithRequestId(java.lang.Integer requestId)GSIBucketUtils.BucketSerializerBuilderwithStat(java.lang.Integer stat)GSIBucketUtils.BucketSerializerBuilderwithStep(int step)GSIBucketUtils.BucketSerializerBuilderwithStepName(java.lang.String stepName)GSIBucketUtils.BucketSerializerBuilderwithStreamId(java.lang.Integer streamId)GSIBucketUtils.BucketSerializerBuilderwithTitle(java.lang.String title)
-
-
-
Method Detail
-
withTitle
public GSIBucketUtils.BucketSerializerBuilder withTitle(java.lang.String title)
-
withStreamId
public GSIBucketUtils.BucketSerializerBuilder withStreamId(java.lang.Integer streamId)
-
withRequestId
public GSIBucketUtils.BucketSerializerBuilder withRequestId(java.lang.Integer requestId)
-
withStat
public GSIBucketUtils.BucketSerializerBuilder withStat(java.lang.Integer stat)
-
withStepName
public GSIBucketUtils.BucketSerializerBuilder withStepName(java.lang.String stepName)
-
withProtocol
public GSIBucketUtils.BucketSerializerBuilder withProtocol(java.lang.String protocol)
-
withStep
public GSIBucketUtils.BucketSerializerBuilder withStep(int step)
-
withBuckets
public GSIBucketUtils.BucketSerializerBuilder withBuckets(java.util.List<GSIBucket> buckets)
-
build
public GSIBucketUtils.BucketSerializer build()
-
-