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 class
ACGenerationParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ACGenerationParams.Builder
builder()
static ACGenerationParams
fromSystemProperties()
java.util.List<java.lang.String>
getFqans()
java.util.List<VOMSGenericAttribute>
getGas()
java.lang.String
getHost()
java.util.Date
getNotAfter()
java.util.Date
getNotBefore()
int
getPort()
java.math.BigInteger
getSerialNo()
java.lang.String
getVo()
-
-
-
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()
-
-