Package org.beangle.security.monitor.auth.session

Examples of org.beangle.security.monitor.auth.session.CategoryProfile


    }
    SessionProfile profile = (SessionProfile) entityDao.get(SessionProfile.class,
        sessionProfileId);
    // initialize profile.categoryprofiles
    for (Long categoryId : profile.getCategoryProfiles().keySet()) {
      CategoryProfile categoryProfile = profile.getCategoryProfiles().get(categoryId);
      entityDao.initialize(categoryProfile);
    }
    return profile;
  }
View Full Code Here

TOP

Related Classes of org.beangle.security.monitor.auth.session.CategoryProfile

Copyright © 2018 www.massapicom. 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.