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 java.util.Optional<java.lang.String>DatarouterUserHistoryService. getResolutionDescription(DatarouterPermissionRequest request, java.util.Map<DatarouterUserHistoryKey,java.lang.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 java.util.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 java.lang.Class<DatarouterUserHistoryKey>DatarouterUserHistory. getKeyClass()Method parameters in io.datarouter.auth.storage.userhistory with type arguments of type DatarouterUserHistoryKey Modifier and Type Method Description java.util.List<DatarouterUserHistory>DatarouterUserHistoryDao. getMulti(java.util.Collection<DatarouterUserHistoryKey> keys)