Package org.italiangrid.voms.credential
Interface ProxyNamingPolicy
-
- All Known Implementing Classes:
DefaultProxyPathBuilder
public interface ProxyNamingPolicy
AProxyNamingPolicy
defines the naming policy for a VOMS proxy.
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.lang.String buildProxyFileName(java.lang.String tmpPath, int userId)
Builds the file name of a VOMS proxy- 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
-
-