Skip to content

Commit

Permalink
Added NotficationMessageResponseSecured
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Apr 26, 2018
1 parent c0bba37 commit a6f9108
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package eu.h2020.symbiote.core.internal.cram;

import eu.h2020.symbiote.core.cci.AbstractResponseSecured;
import eu.h2020.symbiote.core.cci.accessNotificationMessages.NotificationMessage;
import eu.h2020.symbiote.security.communication.payloads.SecurityRequest;

/**
* POJO including NotificationMessages coming from RAP along with the SecurityRequest.
* @author Vasileios Glykantzis (ICOM)
*/
public class NotificationMessageResponseSecured extends AbstractResponseSecured<Object> {

public NotificationMessageResponseSecured() {
// Needed for Jackson serialization
}
}

0 comments on commit a6f9108

Please sign in to comment.