edu.jhu.cs.oose.group13.egtd.common.service
Class TokenService

java.lang.Object
  extended by edu.jhu.cs.oose.group13.egtd.common.service.TokenService
All Implemented Interfaces:
Service

public class TokenService
extends java.lang.Object
implements Service


Constructor Summary
TokenService()
           
 
Method Summary
protected  java.lang.String getToken(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenService

public TokenService()
Method Detail

getToken

protected java.lang.String getToken(User user)