com.ibm.itim.script.extensions
Interface DelegateScriptInterface

All Superinterfaces:
ScriptInterface

public interface DelegateScriptInterface
extends ScriptInterface

ScriptInterface for delegate context script extensions.

Since:
ITIM 5.1.0.11

Field Summary
static java.lang.String SCRIPT_CONTEXT_ITEM_DELEGATE
          String constant for name of delegate context.
 
Method Summary
 SystemUserEntity getDelegatee()
          Returns system user entity that is selected for delegation.
 SystemUserEntity getDelegator()
          Returns system user entity whose activities are delegated.
 java.util.Date getEndDate()
          Returns delegation end date.
 SystemUserEntity getRequester()
          Returns system user entity who initiated the delegation.
 java.util.Date getStartDate()
          Returns delegation start date.
 

Field Detail

SCRIPT_CONTEXT_ITEM_DELEGATE

static final java.lang.String SCRIPT_CONTEXT_ITEM_DELEGATE
String constant for name of delegate context.

See Also:
Constant Field Values
Method Detail

getDelegatee

SystemUserEntity getDelegatee()
Returns system user entity that is selected for delegation.

Returns:
SystemUserEntity that is selected for delegation.

getDelegator

SystemUserEntity getDelegator()
Returns system user entity whose activities are delegated.

Returns:
SystemUserEntity whose activities are delegated.

getRequester

SystemUserEntity getRequester()
Returns system user entity who initiated the delegation.

Returns:
SystemUserEntity who initiated the delegation.

getStartDate

java.util.Date getStartDate()
Returns delegation start date.

Returns:
delegation start date.

getEndDate

java.util.Date getEndDate()
Returns delegation end date.

Returns:
delegation end date.


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.