Skip to content

Instantly share code, notes, and snippets.

@sri-rang
Created April 14, 2011 17:14
Show Gist options
  • Save sri-rang/919959 to your computer and use it in GitHub Desktop.
Save sri-rang/919959 to your computer and use it in GitHub Desktop.
public class UserContext {
private Long userId;
private String userName;
private UserAddress userAddress;
private CustomerInfo customerInfo;
private CustomerLocaleType userLocale;
private Date userExpiry;
private List<UserPermission> userPermissions;
// private Map<String, String> requestMap = new HashMap<String, String>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment