Class ACGenerationParams
- java.lang.Object
-
- org.italiangrid.voms.request.impl.ACGenerationParams
-
public class ACGenerationParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classACGenerationParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ACGenerationParams.Builderbuilder()static ACGenerationParamsfromSystemProperties()java.util.List<java.lang.String>getFqans()java.util.List<VOMSGenericAttribute>getGas()java.lang.StringgetHost()java.util.DategetNotAfter()java.util.DategetNotBefore()intgetPort()java.math.BigIntegergetSerialNo()java.lang.StringgetVo()
-
-
-
Method Detail
-
getVo
public java.lang.String getVo()
-
getFqans
public java.util.List<java.lang.String> getFqans()
-
getGas
public java.util.List<VOMSGenericAttribute> getGas()
-
getHost
public java.lang.String getHost()
-
getPort
public int getPort()
-
getNotBefore
public java.util.Date getNotBefore()
-
getNotAfter
public java.util.Date getNotAfter()
-
getSerialNo
public java.math.BigInteger getSerialNo()
-
builder
public static ACGenerationParams.Builder builder()
-
fromSystemProperties
public static ACGenerationParams fromSystemProperties()
-
-