Package com.ibm.itim.script.wrappers

Provides the classes necessary to wrap and unwrap objects in the script environment.

See:
          Description

Interface Summary
ObjectWrapper Interface that all ObjectWrapper types must implement.
WrapperFactory A class that implements WrapperFactory knows how to wrap a specific type of Object or a set of objects.
 

Class Summary
AbstractWrapperFactory Provides a base class that can be extended so implementations don't need to worry about implementing getObjectToStore.
GenericWrapperFactory Simple WrapperFactory that can wrap any object type.
JSAttributeValueWrapperFactory Factory to wrap AttributeValue types.
JSCollectionWrapperFactory Factory to wrap Collection types.
JSDirectoryObjectWrapperFactory Factory to wrap DirectoryObject types.
JSDNWrapperFactory  
JSIRuleResultWrapperFactory Factory to wrap IRuleResult instances
JSMapWrapperFactory Factory to wrap Map types.
JSPackagedApprovalDocumentWrapperFactory Factory to wrap PackagedApprovalDocument instances
JSPackagedApprovalItemWrapperFactory Factory to wrap PackagedApprovalItem instances
JSRAAttributeWrapperFactory  
JSRAObjectWrapperFactory  
ObjectWrapperImpl ObjectWrapperImpl serves as a simple base class for more complex classes that wrap Java objects that are represented as JavaScript objects.
ObjectWrapperManager Main entry point to wrap an Object to place in the scripting environment.
WrapperConfigDefaults Holds all of the default values that configure wrapping scripting objects in a single location.
 

Package com.ibm.itim.script.wrappers Description

Provides the classes necessary to wrap and unwrap objects in the script environment. Also provides the interfaces necessary to write custom wrappers and WrapperFactory classes.



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.