Package com.netscape.certsrv.request
Class AgentApproval
- java.lang.Object
-
- com.netscape.certsrv.request.AgentApproval
-
- All Implemented Interfaces:
java.io.Serializable
public class AgentApproval extends java.lang.Object implements java.io.Serializable
The AgentApproval class contains the record of a single agent approval.- Version:
- $Revision$, $Date$
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getDate()
Returns the date of the approvaljava.lang.String
getUserName()
Returns the approving agent's user name.
-