Package | Description |
---|---|
com.netscape.certsrv.key | |
com.netscape.cms.servlet.key |
Modifier and Type | Method and 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 DRM
|
static KeyRequestInfoCollection |
KeyRequestInfoCollection.valueOf(java.lang.String string) |
Modifier and Type | Method and 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.
|