org.glite.security.delegation
Class NewProxyReq

java.lang.Object
  extended by org.glite.security.delegation.NewProxyReq

public class NewProxyReq
extends java.lang.Object

New proxy certificate request, containing the certificate request and a generated delegation ID.


Constructor Summary
NewProxyReq()
          The default constructor.
NewProxyReq(java.lang.String proxyRequest, java.lang.String delegationID)
          The constructor with given information.
 
Method Summary
 java.lang.String getDelegationID()
          Gets the delegationID value for this NewProxyReq.
 java.lang.String getProxyRequest()
          Gets the proxyRequest value for this NewProxyReq.
 void setDelegationID(java.lang.String delegationID)
          Sets the delegationID value for this NewProxyReq.
 void setProxyRequest(java.lang.String proxyRequest)
          Sets the proxyRequest value for this NewProxyReq.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewProxyReq

public NewProxyReq()
The default constructor.


NewProxyReq

public NewProxyReq(java.lang.String proxyRequest,
                   java.lang.String delegationID)
The constructor with given information.

Parameters:
proxyRequest - The contents of the proxy request.
delegationID - The delegation id.
Method Detail

getProxyRequest

public java.lang.String getProxyRequest()
Gets the proxyRequest value for this NewProxyReq.

Returns:
proxyRequest The new RFC 3280 style proxy certificate request in PEM format with Base64 encoding.

setProxyRequest

public void setProxyRequest(java.lang.String proxyRequest)
Sets the proxyRequest value for this NewProxyReq.

Parameters:
proxyRequest - The new RFC 3280 style proxy certificate request in PEM format with Base64 encoding.

getDelegationID

public java.lang.String getDelegationID()
Gets the delegationID value for this NewProxyReq.

Returns:
delegationID The ID associated with the new delegation session.

setDelegationID

public void setDelegationID(java.lang.String delegationID)
Sets the delegationID value for this NewProxyReq.

Parameters:
delegationID - The ID associated with the new delegation session.


Copyright © 2004-2008. EU-EGEE