com.ibm.itim.script.extensions.model
Interface ModelScriptInterface

All Superinterfaces:
ScriptInterface

public interface ModelScriptInterface
extends ScriptInterface

Since:
ITIM 5.0

Field Summary
static java.lang.String LOGICAL_CONTEXT
          Represents the current container context for the script.
static java.lang.String ROOT_DN
          Holds the root, or tenant's, DN to provide context to the script.
static java.lang.String SERVICEPROFILE_CONTEXT
          Represents the current type of service that is part of the script's context.
 
Method Summary
 java.lang.Object getLogicalContext()
          TODO comments
 java.lang.Object getRootDN()
          TODO comments
 java.lang.String getServiceProfileContext()
          This property is optional (can return null).
 

Field Detail

ROOT_DN

static final java.lang.String ROOT_DN
Holds the root, or tenant's, DN to provide context to the script. The value of this property must be a DistinguishedName.

See Also:
Constant Field Values

LOGICAL_CONTEXT

static final java.lang.String LOGICAL_CONTEXT
Represents the current container context for the script. This property is used when performing searches where the logical context is assumed. Without this property, those context assumed searches will not be available, but this may be an acceptable configuration depending on the context of the script. The value of the property must be a DirectoryObjectEntity.

See Also:
Constant Field Values

SERVICEPROFILE_CONTEXT

static final java.lang.String SERVICEPROFILE_CONTEXT
Represents the current type of service that is part of the script's context. This property is optional and is only needed to enable the search operations that do not require a profile for context as a convenience to the script writer.

See Also:
Constant Field Values
Method Detail

getRootDN

java.lang.Object getRootDN()
TODO comments

Returns:
Object value.

getLogicalContext

java.lang.Object getLogicalContext()
TODO comments

Returns:
Object value.

getServiceProfileContext

java.lang.String getServiceProfileContext()
This property is optional (can return null). See SERVICEPREFILE_CONTEXT for more information. TODO comments

Returns:
String or null 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.