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