138139140141142143144
public Authentication getCurrentAuthentication() { return currentAuthentication.get(); } public String getUserInfo(String userId, String key) { return commandExecutor.execute(new GetUserInfoCmd(userId, key)); }