Interface AliasView<Q>
- Type Parameters:
Q- Query
- All Superinterfaces:
UpdatingView<Q,,KeyAlias, String> View<Q,KeyAlias>
This view uses key aliases as source objects
-
Method Summary
Modifier and TypeMethodDescriptionall()Retrieves all available key aliasesAccess to key sourceNote that client who calls this should close the result.Note that client who calls this should close the result.Methods 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<KeyAlias> all()Retrieves all available key aliases -
getSource
KeySource getSource()Access to key source- Returns:
- key source object
-