Package org.beangle.security.web.session.model

Examples of org.beangle.security.web.session.model.SessioninfoLogBean


    }
    return info;
  }

  public Object buildLog(Sessioninfo info) {
    return new SessioninfoLogBean((SessioninfoBean) info);
  }
View Full Code Here

TOP

Related Classes of org.beangle.security.web.session.model.SessioninfoLogBean

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.