Class GSIBucketContainerBuilder
- java.lang.Object
-
- org.dcache.xrootd.plugins.authn.gsi.GSIBucketContainerBuilder
-
- Direct Known Subclasses:
GSIClientRequestHandler.CertRequestBuckets,GSIClientRequestHandler.CertResponseBuckets,GSIPost49ClientRequestHandler.PxyreqResponseBuckets,GSIServerRequestHandler.CertRequestBuckets
public abstract class GSIBucketContainerBuilder extends java.lang.ObjectConvenience utility for building bucket containers.
-
-
Constructor Summary
Constructors Constructor Description GSIBucketContainerBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static GSIBucketContainerbuild(GSIBucket... buckets)abstract GSIBucketContainerbuildContainer()
-
-
-
Method Detail
-
build
public static GSIBucketContainer build(GSIBucket... buckets)
- Parameters:
buckets- null bucket values are allowed- Returns:
- the container with all non-null buckets added
-
buildContainer
public abstract GSIBucketContainer buildContainer()
-
-