Package com.britesnow.snow.web.auth

Examples of com.britesnow.snow.web.auth.AuthToken


   * <p>Mock method to set the AuthToken to be this user.</p>
   * <p>Very usefull to test request flow without testing the authentication flow.</p>
   * @param user
   */
  public void setUser(Object user){
    super.setAuthToken(new AuthToken(user));
  }
View Full Code Here

TOP

Related Classes of com.britesnow.snow.web.auth.AuthToken

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.