Class DefaultProxyPathBuilder
- java.lang.Object
-
- org.italiangrid.voms.credential.impl.DefaultProxyPathBuilder
-
- All Implemented Interfaces:
ProxyNamingPolicy
public class DefaultProxyPathBuilder extends java.lang.Object implements ProxyNamingPolicy
-
-
Constructor Summary
Constructors Constructor Description DefaultProxyPathBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
buildProxyFileName(java.lang.String tmpPath, int userId)
Builds the file name of a VOMS proxy
-
-
-
Method Detail
-
buildProxyFileName
public java.lang.String buildProxyFileName(java.lang.String tmpPath, int userId)
Description copied from interface:ProxyNamingPolicy
Builds the file name of a VOMS proxy- Specified by:
buildProxyFileName
in 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
String
representing the proxy file name
-
-