Class ACGenerationParams
- java.lang.Object
-
- org.italiangrid.voms.request.impl.ACGenerationParams
-
public class ACGenerationParams extends 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()
List<String>
getFqans()
List<VOMSGenericAttribute>
getGas()
String
getHost()
Date
getNotAfter()
Date
getNotBefore()
int
getPort()
BigInteger
getSerialNo()
String
getVo()
-
-
-
Method Detail
-
getVo
public String getVo()
-
getGas
public List<VOMSGenericAttribute> getGas()
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getNotBefore
public Date getNotBefore()
-
getNotAfter
public Date getNotAfter()
-
getSerialNo
public BigInteger getSerialNo()
-
builder
public static ACGenerationParams.Builder builder()
-
fromSystemProperties
public static ACGenerationParams fromSystemProperties()
-
-