@@ -63,4 +63,8 @@ public class UserPO implements UserDetails {
public boolean isEnabled() {
return true;
}
+
+ public Integer getId(){
+ return this.id;
+ }