Uses of Class
io.datarouter.auth.storage.userhistory.DatarouterUserHistoryKey
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.storage.permissionrequest | |
| io.datarouter.auth.storage.userhistory |
-
Uses of DatarouterUserHistoryKey in io.datarouter.auth.service
Method parameters in io.datarouter.auth.service with type arguments of type DatarouterUserHistoryKey Modifier and Type Method Description Optional<String>DatarouterUserHistoryService. getResolutionDescription(DatarouterPermissionRequest request, Map<DatarouterUserHistoryKey,String> historyMap) -
Uses of DatarouterUserHistoryKey in io.datarouter.auth.storage.permissionrequest
Methods in io.datarouter.auth.storage.permissionrequest that return types with arguments of type DatarouterUserHistoryKey Modifier and Type Method Description Optional<DatarouterUserHistoryKey>DatarouterPermissionRequest. toUserHistoryKey() -
Uses of DatarouterUserHistoryKey in io.datarouter.auth.storage.userhistory
Methods in io.datarouter.auth.storage.userhistory that return types with arguments of type DatarouterUserHistoryKey Modifier and Type Method Description Supplier<DatarouterUserHistoryKey>DatarouterUserHistory. getKeySupplier()Method parameters in io.datarouter.auth.storage.userhistory with type arguments of type DatarouterUserHistoryKey Modifier and Type Method Description List<DatarouterUserHistory>DatarouterUserHistoryDao. getMulti(Collection<DatarouterUserHistoryKey> keys)