Update Custom Attribute User
To update custom attribute:
CustomAttributes attrs=new CustomAttributes();
attrs.addAttribute("test", "test11");
NAEUserModifyRequest nfm=new NAEUserModifyRequest.Builder().userName(username).customAttrsToAdd
(attrs).build();
boolean isModified=processor.modifyUser(nfm);