Class DefaultProxyPathBuilder
java.lang.Object
org.italiangrid.voms.credential.impl.DefaultProxyPathBuilder
- All Implemented Interfaces:
ProxyNamingPolicy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildProxyFileName(String tmpPath, int userId) Builds the file name of a VOMS proxy
-
Constructor Details
-
DefaultProxyPathBuilder
public DefaultProxyPathBuilder()
-
-
Method Details
-
buildProxyFileName
Description copied from interface:ProxyNamingPolicyBuilds the file name of a VOMS proxy- Specified by:
buildProxyFileNamein interfaceProxyNamingPolicy- Parameters:
tmpPath- the path of the temporary directory of the systemuserId- the effective user id the user for which the proxy is created- Returns:
- a
Stringrepresenting the proxy file name
-