| Package | Description |
|---|---|
| com.ibm.itim.dataservices.model.policy | |
| com.ibm.itim.dataservices.model.policy.recert |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IPolicyTarget> |
ServicePolicy.getTargets()
Returns the value of the targets attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServicePolicy.addTarget(IPolicyTarget target)
Adds a new IPolicyTarget object.
|
boolean |
ServicePolicy.removeTarget(IPolicyTarget target)
Removes the given IPolicyTarget object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IPolicyTarget> |
RecertificationPolicy.getTargets()
Returns the value of the Targets attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecertificationPolicy.setTargets(java.util.Collection<IPolicyTarget> newTargets)
Sets the value of the Targets attribute.
|
| 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.