Refactored SecurityServiceImpl such that operations can be implemented as lambdas, seeing the ReplicableSecurityService extension with the internal methods

This commit is contained in:
Axel Uhl
2014-11-21 20:15:55 +01:00
parent 0b2fd9bdbc
commit d842579e48
9 changed files with 52 additions and 81 deletions
@@ -8,7 +8,6 @@ public class UserImpl implements User {
private final String surname;
private final String email;
public UserImpl(long id, String firstName, String surname, String email, boolean blob) {
super();
this.id = id;