Uses of Record Class
co.ankatech.ankasecure.sdk.model.KeyPage
Packages that use KeyPage
Package
Description
-
Uses of KeyPage in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return KeyPageModifier and TypeMethodDescriptionAuthenticatedSdk.listKeys(KeyFilters filters, int page, int size) Lists ONE PAGE of the keys accessible to the authenticated client. -
Uses of KeyPage in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return KeyPageModifier and TypeMethodDescriptionKeyManagementServiceImpl.listKeys(KeyFilters filters, int page, int size) -
Uses of KeyPage in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return KeyPageModifier and TypeMethodDescriptionKeyManagementOperations.listKeys(KeyFilters filters, int page, int size) Lists ONE PAGE of keys with optional server-side filters (applied BEFORE pagination — the page totals are filtered, tenant-scoped counts).