com.ibm.itim.common
Class EnhancedStringValueConverter

java.lang.Object
  extended by com.ibm.itim.common.EnhancedStringValueConverter

public class EnhancedStringValueConverter
extends java.lang.Object


Constructor Summary
EnhancedStringValueConverter()
           
 
Method Summary
static java.lang.String convert(java.lang.String value)
          Method will attempt to scan the value and detect a more complex data structure.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedStringValueConverter

public EnhancedStringValueConverter()
Method Detail

convert

public static java.lang.String convert(java.lang.String value)
Method will attempt to scan the value and detect a more complex data structure. If one of the known data structures is detected, the value will be converted to a simpler string representation of the original value.

Parameters:
value -
Returns:
The simpler string representation of the original value if a known data structure is detected. Else return the original value.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.