Package org.italiangrid.voms.request
Interface VOMSACRequest
-
- All Known Implementing Classes:
DefaultVOMSACRequest
public interface VOMSACRequestA request for a VOMS Attribute certificate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLifetime()java.util.List<java.lang.String>getRequestedFQANs()java.util.List<java.lang.String>getTargets()java.lang.StringgetVoName()
-
-
-
Method Detail
-
getLifetime
int getLifetime()
- Returns:
- the lifetime for this
VOMSACRequest.
-
getRequestedFQANs
java.util.List<java.lang.String> getRequestedFQANs()
- Returns:
- the list of the requested FQANs specified in this
VOMSACRequestobject.
-
getTargets
java.util.List<java.lang.String> getTargets()
- Returns:
- the list of targets (i.e., host where the requested ACs will be
valid) for this
VOMSACRequestobject.
-
getVoName
java.lang.String getVoName()
- Returns:
- the name of the VO this
VOMSACRequestobject is about.
-
-