Interface KeyResource
- 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 KeyResource
-
Method Summary
Modifier and TypeMethodDescriptionResponsegetActiveKeyInfo(String clientKeyID) ResponsegetKeyInfo(KeyId id) ResponselistKeys(String clientKeyID, String status, Integer maxResults, Integer maxTime, Integer start, Integer size, String realm, String ownerName) ResponsemodifyKeyStatus(KeyId id, String status) ResponseUsed to retrieve a keyResponseretrieveKey(MultivaluedMap<java.lang.String,java.lang.String> form)
-
Method Details
-
listKeys
-
getActiveKeyInfo
-
getKeyInfo
-
modifyKeyStatus
-
retrieveKey
-
retrieveKey
Response retrieveKey(MultivaluedMap<java.lang.String,java.lang.String> form)
-