| Package | Description |
|---|---|
| com.ibm.itim.dataservices.model.policy.recert |
| Modifier and Type | Method and Description |
|---|---|
static RecertificationParticipant |
RecertificationParticipant.create(java.lang.String type,
java.lang.String name,
java.lang.String description)
This method is used to create a new RecertificationParticipant object.
|
RecertificationParticipant |
RecertificationPolicy.getRecertificationParticipant()
Returns the recertification participants of the policy.
|
RecertificationParticipant |
RecertificationPolicy.getRejectionNotificationParticipant()
Returns the recertification rejection e-mail participants of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecertificationPolicy.setRecertificationParticipant(RecertificationParticipant recertifier)
Sets or changes the recertification policy participants. Type
TYPE_SERVICE_OWNER is valid for the
account and access type recertification policy only. |
void |
RecertificationPolicy.setRejectionNotificationParticipant(RecertificationParticipant participant)
Sets or changes the recertification rejection e-mail participants.
|
| Constructor and Description |
|---|
RecertificationPolicy(java.lang.String policyName,
int scope,
boolean enable,
java.lang.String policyType,
java.util.Collection<IPolicyTarget> policyTargets,
RecurringTimeSchedule schedule,
RecertificationParticipant recertifier,
java.lang.String userType,
int timeOutPeriod,
java.lang.String rejectAction,
java.lang.String timeoutAction)
The recertification policy value object constructor.
|
RecertificationPolicy(java.lang.String policyName,
java.lang.String policyType,
java.util.Collection<IPolicyTarget> policyTargets,
RecertificationParticipant recertifier,
java.lang.String rejectAction)
The recertification policy value object constructor.
|
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.