Interface KeyRequestResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface KeyRequestResource
-
Method Summary
Modifier and TypeMethodDescriptionResponseResponseResponseUsed to retrieve key request info for a specific requestResponselistRequests(String requestState, String requestType, String clientKeyID, RequestId start, Integer pageSize, Integer maxResults, Integer maxTime, String realm) Used to generate list of key requests based on the search parametersResponseResponsesubmitRequest(RESTMessage data) ResponsesubmitRequest(MultivaluedMap<java.lang.String,java.lang.String> form)
-
Method Details
-
listRequests
-
submitRequest
-
submitRequest
- Throws:
Exception
-
getRequestInfo
Used to retrieve key request info for a specific request -
approveRequest
-
rejectRequest
-
cancelRequest
-