Uses of Class
com.netscape.certsrv.request.AgentApproval
-
Packages that use AgentApproval Package Description com.netscape.certsrv.request -
-
Uses of AgentApproval in com.netscape.certsrv.request
Fields in com.netscape.certsrv.request with type parameters of type AgentApproval Modifier and Type Field Description protected java.util.Vector<AgentApproval>
AgentApprovals. mVector
Methods in com.netscape.certsrv.request that return AgentApproval Modifier and Type Method 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)
Methods in com.netscape.certsrv.request that return types with arguments of type AgentApproval Modifier and Type Method Description java.util.Enumeration<AgentApproval>
AgentApprovals. elements()
Returns an enumeration of the agent approvals
-