Package com.floragunn.searchguard.auth
Class AuthInfoService
- java.lang.Object
-
- com.floragunn.searchguard.auth.AuthInfoService
-
public class AuthInfoService extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthInfoService(org.elasticsearch.threadpool.ThreadPool threadPool, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsergetCurrentUser()SpecialPrivilegesEvaluationContextgetSpecialPrivilegesEvaluationContext()UserpeekCurrentUser()
-
-
-
Constructor Detail
-
AuthInfoService
public AuthInfoService(org.elasticsearch.threadpool.ThreadPool threadPool, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry)
-
-
Method Detail
-
getCurrentUser
public User getCurrentUser()
-
peekCurrentUser
public User peekCurrentUser()
-
getSpecialPrivilegesEvaluationContext
public SpecialPrivilegesEvaluationContext getSpecialPrivilegesEvaluationContext()
-
-