I am using basic-auth with an Interceptor to look up user credentials. However, in my WebService implementations I need to get the result of that lookup.
Is there a sanctioned/best way to do this in CXF? Is there some sort of request context that I am missing?