Uses of Interface
com.ibm.itim.dataservices.model.policy.IPolicyTarget

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

Uses of IPolicyTarget in com.ibm.itim.dataservices.model.policy
 

Classes in com.ibm.itim.dataservices.model.policy that implement IPolicyTarget
 class GroupTarget
          The GroupTarget class allows for an ITIM policy to target individual groups, all groups in the organization, or all groups on a particular service.
 class RoleTarget
          The RoleTarget class allows for an ITIM policy to target individual roles or all roles in the system.
 class ServiceTarget
          This class represents a target service, which could be either a specific service instance, all services of the specified profile, or all services of any profile.
 

Methods in com.ibm.itim.dataservices.model.policy that return types with arguments of type IPolicyTarget
 java.util.Collection<IPolicyTarget> ServicePolicy.getTargets()
          Returns the value of the targets attribute.
 

Methods in com.ibm.itim.dataservices.model.policy with parameters of type IPolicyTarget
 void ServicePolicy.addTarget(IPolicyTarget target)
          Adds a new IPolicyTarget object.
 boolean ServicePolicy.removeTarget(IPolicyTarget target)
          Removes the given IPolicyTarget object.
 

Method parameters in com.ibm.itim.dataservices.model.policy with type arguments of type IPolicyTarget
 boolean GroupTarget.isExistInTargetList(java.util.Collection<IPolicyTarget> targetList)
           
 boolean IPolicyTarget.isExistInTargetList(java.util.Collection<IPolicyTarget> targetList)
          Checks to see if this target exists in the specified collection of IPolicyTarget instances.
 boolean RoleTarget.isExistInTargetList(java.util.Collection<IPolicyTarget> targetList)
           
 boolean ServiceTarget.isExistInTargetList(java.util.Collection<IPolicyTarget> targetList)
          Checks if self exists in the passing Target list.
 void ServicePolicy.setTargets(java.util.Collection<IPolicyTarget> newTargets)
          Sets the value of the targets attribute.
 

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

Methods in com.ibm.itim.dataservices.model.policy.recert that return types with arguments of type IPolicyTarget
 java.util.Collection<IPolicyTarget> RecertificationPolicy.getTargets()
          Returns the value of the Targets attribute.
 

Method parameters in com.ibm.itim.dataservices.model.policy.recert with type arguments of type IPolicyTarget
 void RecertificationPolicy.setTargets(java.util.Collection<IPolicyTarget> newTargets)
          Sets the value of the Targets attribute.
 

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