|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CredentialException in org.glite.wms.wmproxy |
Methods in org.glite.wms.wmproxy that throw CredentialException | |
java.lang.String |
WMProxyAPI.grstGetProxyReq(java.lang.String delegationId)
Gets a proxy identified by the delegationId string. |
void |
WMProxyAPI.putProxy(java.lang.String delegationId,
java.lang.String cert)
This method allows delegating user credential to the WMProxy server: it creates a proxy from the input certificate (got by a previous call to the createProxyfromCertReq server). |
void |
WMProxyAPI.grstPutProxy(java.lang.String delegationId,
java.lang.String cert)
This method allows delegating user credential to the WMProxy server using the GridSite package: it creates a proxy from the input certificate (got by a previous call to the createProxyfromCertReq server). |
Constructors in org.glite.wms.wmproxy that throw CredentialException | |
WMProxyAPI(java.lang.String url,
java.lang.String proxyFile)
Constructor |
|
WMProxyAPI(java.lang.String url,
java.lang.String proxyFile,
java.lang.String certsPath)
Constructor that allows setting of the Log4j tool by configuration file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |