Uses of Interface
com.netscape.certsrv.request.IRequestQueue
-
-
Uses of IRequestQueue in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return IRequestQueue Modifier and Type Method Description IRequestQueue
IAuthority. getRequestQueue()
Retrieves the request queue for the Authority. -
Uses of IRequestQueue in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return IRequestQueue Modifier and Type Method Description IRequestQueue
ICertificateAuthority. getRequestQueue()
Retrieves the request queue of this certificate authority. -
Uses of IRequestQueue in com.netscape.certsrv.kra
Methods in com.netscape.certsrv.kra that return IRequestQueue Modifier and Type Method Description IRequestQueue
IKeyRecoveryAuthority. getRequestQueue()
Retrieves KRA request repository. -
Uses of IRequestQueue in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return IRequestQueue Modifier and Type Method Description IRequestQueue
IProfile. getRequestQueue()
Retrieves the request queue that is associated with this profile. -
Uses of IRequestQueue in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that return IRequestQueue Modifier and Type Method Description IRequestQueue
IRegistrationAuthority. getRequestQueue()
Retrieves the request queue of this registration authority. -
Uses of IRequestQueue in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return IRequestQueue Modifier and Type Method Description IRequestQueue
IRequestSubsystem. getRequestQueue(java.lang.String name, int increment, IPolicy p, IService s, INotify n, INotify pendingNotifier)
Retrieves a request queue. -
Uses of IRequestQueue in com.netscape.certsrv.tks
Methods in com.netscape.certsrv.tks that return IRequestQueue Modifier and Type Method Description IRequestQueue
ITKSAuthority. getRequestQueue()
Retrieves the request queue of this registration authority. -
Uses of IRequestQueue in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return IRequestQueue Modifier and Type Method Description IRequestQueue
EnrollProfile. getRequestQueue()
-
Uses of IRequestQueue in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as IRequestQueue Modifier and Type Field Description protected IRequestQueue
CMSServlet. mRequestQueue
-
Uses of IRequestQueue in com.netscape.cms.servlet.cert
Fields in com.netscape.cms.servlet.cert declared as IRequestQueue Modifier and Type Field Description protected IRequestQueue
GetCertFromRequest. mQueue
-
Uses of IRequestQueue in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin with parameters of type IRequestQueue Modifier and Type Method Description static IRequest
CertUtil. createLocalRequest(IConfigStore cs, IRequestQueue queue, java.lang.String tag, CertInfoProfile profile, X509CertInfo info, X509Key x509key)
-
Uses of IRequestQueue in com.netscape.cms.servlet.processors
Fields in com.netscape.cms.servlet.processors declared as IRequestQueue Modifier and Type Field Description protected IRequestQueue
CAProcessor. queue
-
Uses of IRequestQueue in com.netscape.cms.servlet.request
Fields in com.netscape.cms.servlet.request declared as IRequestQueue Modifier and Type Field Description protected IRequestQueue
CMSRequestDAO. queue
-