Class UserContext
- java.lang.Object
-
- com.broadleafcommerce.auth.user.session.token.enhancer.UserContext
-
@Scope(scopeName="request", proxyMode=TARGET_CLASS) public class UserContext extends ObjectIntended for use as a request scoped bean to be utilized byTokenEnhancersthat need to read the currently authenticated user.
-
-
Constructor Summary
Constructors Constructor Description UserContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)UsergetCurrentUser()inthashCode()voidsetCurrentUser(User currentUser)StringtoString()
-