openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

how to restore snapshot authenticated after removing the ActionFuture type? #132

Closed DivineThreepwood closed 5 years ago

DivineThreepwood commented 5 years ago

ServiceRemoteManager:359

for (Future ActionDescription : input) {
                                    //todo release tamino: how to deal with it after removing the ActionFuture?
//                                    AuthenticationClientHandler.handleServiceServerResponse(authenticationBaseData.getSessionKey(), initializedTicket, ActionDescription.get().getTicketAuthenticatorWrapper());
                                }
pLeminoq commented 5 years ago

The ServiceRemoteManager should call applyActionAuthenticated on the unit remotes and use the ticket within the returned AuthenticatedValue. Has been implemented in commit cd87af202213d40f3a210ca7f2ea2cc4f3b67e1d.