com.ibm.itim.script.wrappers
Class AbstractWrapperFactory

java.lang.Object
  extended by com.ibm.itim.script.wrappers.AbstractWrapperFactory
All Implemented Interfaces:
WrapperFactory
Direct Known Subclasses:
GenericWrapperFactory, JSAttributeValueWrapperFactory, JSCollectionWrapperFactory, JSDNWrapperFactory, JSMapWrapperFactory, JSRAAttributeWrapperFactory, JSRAObjectWrapperFactory

public abstract class AbstractWrapperFactory
extends java.lang.Object
implements WrapperFactory

Provides a base class that can be extended so implementations don't need to worry about implementing getObjectToStore.

Since:
ITIM 5.0

Field Summary
 
Fields inherited from interface com.ibm.itim.script.wrappers.WrapperFactory
FESI_LANG, IBMJS_LANG
 
Constructor Summary
AbstractWrapperFactory()
           
 
Method Summary
 java.lang.Object getObjectToStore(java.lang.Object obj)
          In the case where no special processing needs to be done, return the base object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.itim.script.wrappers.WrapperFactory
wrap
 

Constructor Detail

AbstractWrapperFactory

public AbstractWrapperFactory()
Method Detail

getObjectToStore

public java.lang.Object getObjectToStore(java.lang.Object obj)
In the case where no special processing needs to be done, return the base object.

Specified by:
getObjectToStore in interface WrapperFactory
Parameters:
obj - The same object that was passed wrap.
Returns:
The object to store in ObjectWrapperManagers lookup map.


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.