Package org.italiangrid.voms.credential
Interface ProxyNamingPolicy
- All Known Implementing Classes:
DefaultProxyPathBuilder
public interface ProxyNamingPolicy
A
ProxyNamingPolicy
defines the naming policy for a VOMS proxy.- Author:
- andreaceccanti
-
Method Summary
Modifier and TypeMethodDescriptionbuildProxyFileName
(String tmpPath, int userId) Builds the file name of a VOMS proxy
-
Method Details
-
buildProxyFileName
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
-