|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Delegation service interface
Method Summary | |
java.lang.String |
getProxyReq(java.lang.String delegationID)
Starts the delegation procedure by asking for a certificate signing request from the server. |
void |
putProxy(java.lang.String delegationID,
java.lang.String proxy)
Finishes the delegation procedure by sending the signed proxy certificate to the server. |
Method Detail |
public java.lang.String getProxyReq(java.lang.String delegationID)
delegationID
- the id used to identify the delegation
process and the resulting delegated credentials in the server
public void putProxy(java.lang.String delegationID, java.lang.String proxy)
delegationID
- the id used to identify the delegation
process and the resulting delegated credentials in the serverproxy
- the signed proxy certificate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |