Class DefaultVOMSACRequest
java.lang.Object
org.italiangrid.voms.request.impl.DefaultVOMSACRequest
- All Implemented Interfaces:
VOMSACRequest
The default implementation for a
VOMSACRequest
.- Author:
- Valerio Venturi
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
DEFAULT_LIFETIME
public static final int DEFAULT_LIFETIME
-
-
Method Details
-
getLifetime
public int getLifetime()- Specified by:
getLifetime
in interfaceVOMSACRequest
- Returns:
- the lifetime for this
VOMSACRequest
.
-
getRequestedFQANs
- Specified by:
getRequestedFQANs
in interfaceVOMSACRequest
- Returns:
- the list of the requested FQANs specified in this
VOMSACRequest
object.
-
getTargets
- Specified by:
getTargets
in interfaceVOMSACRequest
- Returns:
- the list of targets (i.e., host where the requested ACs will be
valid) for this
VOMSACRequest
object.
-
getVoName
- Specified by:
getVoName
in interfaceVOMSACRequest
- Returns:
- the name of the VO this
VOMSACRequest
object is about.
-