Uses of Class
com.ibm.itim.dataservices.model.policy.recert.RecertificationParticipant

Packages that use RecertificationParticipant
com.ibm.itim.dataservices.model.policy.recert   
 

Uses of RecertificationParticipant in com.ibm.itim.dataservices.model.policy.recert
 

Methods in com.ibm.itim.dataservices.model.policy.recert that return RecertificationParticipant
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.
 

Methods in com.ibm.itim.dataservices.model.policy.recert with parameters of type RecertificationParticipant
 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.
 

Constructors in com.ibm.itim.dataservices.model.policy.recert with parameters of type RecertificationParticipant
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.