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 Details

    • listKeys

      Response listKeys(String clientKeyID, String status, Integer maxResults, Integer maxTime, Integer start, Integer size, String realm, String ownerName)
    • getActiveKeyInfo

      Response getActiveKeyInfo(String clientKeyID)
    • getKeyInfo

      Response getKeyInfo(KeyId id)
    • modifyKeyStatus

      Response modifyKeyStatus(KeyId id, String status)
    • retrieveKey

      Response retrieveKey(KeyRecoveryRequest data)
      Used to retrieve a key
      Parameters:
      data -
    • retrieveKey

      Response retrieveKey(MultivaluedMap<java.lang.String,java.lang.String> form)