Uses of Class
org.italiangrid.voms.request.impl.ACGenerationParams.Builder
Packages that use ACGenerationParams.Builder
Package
Description
This package provides the implementation logic for VOMS attributes requests.
-
Uses of ACGenerationParams.Builder in org.italiangrid.voms.request.impl
Methods in org.italiangrid.voms.request.impl that return ACGenerationParams.BuilderModifier and TypeMethodDescriptionstatic ACGenerationParams.Builder
ACGenerationParams.builder()
Adds a Fully Qualified Attribute Name.Adds a Generic Attribute.Sets the host.Sets the not-after validity time.Sets the not-before validity time.ACGenerationParams.Builder.port
(int port) Sets the port.ACGenerationParams.Builder.serialNo
(long serialNo) Sets the serial number.Sets the VO.Constructors in org.italiangrid.voms.request.impl with parameters of type ACGenerationParams.BuilderModifierConstructorDescriptionprivate
Private constructor to initialize an instance using the Builder pattern.