CSP-User-Info: AccountID=250387,Login%u0020Name=sampath,UserId=79
=========
1. use String.split(",") split the String to a String array
2. then conversion the String array to a HashMap(key, value),(you need write a method by yourself.)
3. use HashMap's get(Object key) method get what you want value
4. then you can reuse this method in other class