|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.util.ConfigUtil
Field Summary | |
static String |
globus_dir
|
static int |
MAC_OS
|
static int |
OTHER_OS
|
static int |
UNDEFINED_OS
|
static int |
UNIX_OS
|
static int |
WINDOWS_OS
|
Constructor Summary | |
ConfigUtil()
|
Method Summary | |
static String |
discoverCertDirLocation()
Discovers location of CA certificates directory. |
static String |
discoverPKCS11LibName()
Returns default PKCS11 library name |
static String |
discoverProxyLocation()
Tries to discover user proxy location. |
static String |
discoverUserCertLocation()
Returns default location of user cert file |
static String |
discoverUserKeyLocation()
Returns default location of user key file |
static int |
getOS()
|
static String |
getUID()
Returns the user id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNDEFINED_OS
public static final int WINDOWS_OS
public static final int UNIX_OS
public static final int MAC_OS
public static final int OTHER_OS
public static String globus_dir
Constructor Detail |
public ConfigUtil()
Method Detail |
public static String discoverPKCS11LibName()
public static String discoverUserCertLocation()
public static String discoverUserKeyLocation()
public static String discoverProxyLocation()
public static String getUID() throws IOException
IOException
- if unable to determine the user id.public static String discoverCertDirLocation()
public static int getOS()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |