Package com.insacosa.system.application

Source Code of com.insacosa.system.application.SystemUser

package com.insacosa.system.application;

import com.insacosa.canonicalmodel.publishedlanguage.AggregateId;

public class SystemUser {  
 
  public AggregateId getDomainUserId(){               
  return new AggregateId("1");//TODO introduce security integration       
  }
}
TOP

Related Classes of com.insacosa.system.application.SystemUser

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.