com.ibm.itim.apps.ejb.recon
Class ServiceReconParams

java.lang.Object
  extended bycom.ibm.itim.apps.ejb.recon.ServiceReconParams
All Implemented Interfaces:
java.io.Serializable

public class ServiceReconParams
extends java.lang.Object
implements java.io.Serializable

Defines parameters of a service, affecting reconciliation. Currently the only parameter or attribute of a service, which affects reconciliation is 'ercheckpolicy', which can be retrieved by invoking 'getCheckPolicy()' function.

See Also:
Serialized Form

Constructor Summary
ServiceReconParams(boolean checkPolicy, java.lang.String constraintViolationAction, java.lang.String disallowedAction)
          Constructs a new ServiceReconParams
 
Method Summary
 boolean getCheckPolicy()
          Determines whether to check policies when synchronizing accounts for a service during reconciliation.
 java.lang.String getConstraintViolationAction()
          Deprecated. Use Service.getNonComplianceAction()
 java.lang.String getDisallowedAction()
          Deprecated. Use Service.getNonComplianceAction()
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceReconParams

public ServiceReconParams(boolean checkPolicy,
                          java.lang.String constraintViolationAction,
                          java.lang.String disallowedAction)
Constructs a new ServiceReconParams

Parameters:
checkPolicy - Determines whether to check policy.
constraintViolationAction - Action to take on noncompliant accounts.
disallowedAction - Action to take on disallowed accounts.
Method Detail

getCheckPolicy

public boolean getCheckPolicy()
Determines whether to check policies when synchronizing accounts for a service during reconciliation.

Returns:
True if policy checking is required; else false. The default value is true.

getConstraintViolationAction

public java.lang.String getConstraintViolationAction()
Deprecated. Use Service.getNonComplianceAction()

Returns the constraint violation action of the service. This is the action the platform will perform if an account is found to be non-compliant with policies when peforming reconciliation.

Returns:
Enumerated String of the action.

getDisallowedAction

public java.lang.String getDisallowedAction()
Deprecated. Use Service.getNonComplianceAction()

Returns the disallowed action for the service. This is the action the platform will perform when an account is identified for a person who is not allowed an account for this service during reconciliation.

Returns:
Enumerated String of the action.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.