Interface EntryView<Q>
- Type Parameters:
Q- query
- All Superinterfaces:
UpdatingView<Q,,KeyEntry, String> View<Q,KeyEntry>
This view uses key entries as source objects
-
Method Summary
Modifier and TypeMethodDescriptionall()Retrieves all available key entriesAccess to key sourceFilters only private keysNote that client who calls this should close the result.Note that client who calls this should close the result.Filters only secret keysFilters only certificatesMethods inherited from interface de.adorsys.keymanagement.api.view.UpdatingView
add, add, remove, remove, removeById, removeByIds, update, updateMethods inherited from interface de.adorsys.keymanagement.api.view.View
uniqueResult, uniqueResult
-
Method Details
-
retrieve
Note that client who calls this should close the result. -
retrieve
Note that client who calls this should close the result. -
all
ResultCollection<KeyEntry> all()Retrieves all available key entries -
secretKeys
QueryResult<KeyEntry> secretKeys()Filters only secret keys- Returns:
- secret key entries
-
privateKeys
QueryResult<KeyEntry> privateKeys()Filters only private keys- Returns:
- private key entries
-
trustedCerts
QueryResult<KeyEntry> trustedCerts()Filters only certificates- Returns:
- certificate entries
-
getSource
KeySource getSource()Access to key source- Returns:
- key source object
-