Package com.feth.play.module.pa.user

Examples of com.feth.play.module.pa.user.SessionAuthUser


  protected List<String> neededSettingKeys() {
    return null;
  }

  public AuthUser getSessionAuthUser(final String id, final long expires) {
    return new SessionAuthUser(getKey(), id, expires);
  }
View Full Code Here

TOP

Related Classes of com.feth.play.module.pa.user.SessionAuthUser

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.