Uses of Class
org.apache.blur.user.User

Packages that use User
org.apache.blur.thrift   
org.apache.blur.user   
org.apache.blur.utils   
 

Uses of User in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return User
static User UserConverter.toUserFromThrift(User user)
           
 

Methods in org.apache.blur.thrift with parameters of type User
static User UserConverter.toThriftUser(User user)
           
 

Uses of User in org.apache.blur.user
 

Methods in org.apache.blur.user that return User
static User UserContext.getUser()
           
 

Methods in org.apache.blur.user with parameters of type User
static void UserContext.setUser(User user)
           
 

Uses of User in org.apache.blur.utils
 

Methods in org.apache.blur.utils with parameters of type User
static String BlurUtil.getErrorResponseLogMessage(String requestId, String connectionString, String argsStr, String name, double ms, User user)
           
static String BlurUtil.getRequestLogMessage(String requestId, String connectionString, String argsStr, String name, User user)
           
static String BlurUtil.getResponseLogMessage(String requestId, String connectionString, String argsStr, String name, double ms, User user, boolean success)
           
static String BlurUtil.getSuccessfulResponseLogMessage(String requestId, String connectionString, String argsStr, String name, double ms, User user)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.