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. mVectorMethods in com.netscape.certsrv.request that return AgentApproval Modifier and Type Method Description AgentApprovalAgentApprovals. addApproval(java.lang.String userName)Adds an approval to approval's list.AgentApprovalAgentApprovals. findApproval(java.lang.String userName)Finds an existing AgentApproval for the named user.AgentApprovalAgentApprovals. 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
-