What is Attribute Value Modification?
In many cases, it may be necessary to change the actual attribute values being returned to the client. For example: Changing the sequence of the surname and given name in the common name - if the common name is stored as "Morrison, Brad", a method in the Java class may convert this to "Brad Morrison".