Package | Description |
---|---|
com.netscape.certsrv.request |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<AgentApproval> |
AgentApprovals.mVector |
Modifier and Type | Method and Description |
---|---|
AgentApproval |
AgentApprovals.addApproval(java.lang.String userName)
Adds an approval to approval's list.
|
AgentApproval |
AgentApprovals.findApproval(java.lang.String userName)
Finds an existing AgentApproval for the named user.
|
AgentApproval |
AgentApprovals.get(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<AgentApproval> |
AgentApprovals.elements()
Returns an enumeration of the agent approvals
|