Uses of Class
com.netscape.certsrv.key.KeyRequestInfoCollection
-
Packages that use KeyRequestInfoCollection Package Description com.netscape.certsrv.key com.netscape.cms.servlet.key -
-
Uses of KeyRequestInfoCollection in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyRequestInfoCollection Modifier and Type Method Description KeyRequestInfoCollection
KeyClient. listRequests(java.lang.String requestState, java.lang.String requestType)
KeyRequestInfoCollection
KeyClient. listRequests(java.lang.String requestState, java.lang.String requestType, java.lang.String realm)
Search key requests in the DRM based on the state/type of the requests.KeyRequestInfoCollection
KeyClient. listRequests(java.lang.String requestState, java.lang.String requestType, java.lang.String clientKeyID, RequestId start, java.lang.Integer pageSize, java.lang.Integer maxResults, java.lang.Integer maxTime, java.lang.String realm)
List/Search key requests in the DRMstatic KeyRequestInfoCollection
KeyRequestInfoCollection. valueOf(java.lang.String string)
-
Uses of KeyRequestInfoCollection in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that return KeyRequestInfoCollection Modifier and Type Method Description KeyRequestInfoCollection
KeyRequestDAO. listRequests(java.lang.String filter, RequestId start, int pageSize, int maxResults, int maxTime, javax.ws.rs.core.UriInfo uriInfo)
Finds list of requests matching the specified search filter.
-