static ACGenerationParams.Builder |
ACGenerationParams.builder() |
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.fqan(java.lang.String fqan) |
Adds a Fully Qualified Attribute Name.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.ga(java.lang.String name,
java.lang.String value,
java.lang.String context) |
Adds a Generic Attribute.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.host(java.lang.String host) |
Sets the host.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.notAfter(java.util.Date notAfter) |
Sets the not-after validity time.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.notBefore(java.util.Date notBefore) |
Sets the not-before validity time.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.port(int port) |
Sets the port.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.serialNo(long serialNo) |
Sets the serial number.
|
ACGenerationParams.Builder |
ACGenerationParams.Builder.vo(java.lang.String vo) |
Sets the VO.
|