public interface IPolicyTarget
extends java.io.Serializable
IPolicyTarget interface represents a
resource that is targeted by a particular policy.
The most common implementation of this class is ServiceTarget
which is the sole target currently in use for ServicePolicy
instances.
The exception to this is user recertification policies,
which also target roles and groups.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToLDAPString()
Converts this target object into a
String
representation used for storage in LDAP. |
boolean |
isExistInTargetList(java.util.Collection<IPolicyTarget> targetList)
Checks to see if this target exists in the specified collection of
IPolicyTarget
instances. |
boolean isExistInTargetList(java.util.Collection<IPolicyTarget> targetList)
IPolicyTarget
instances.targetList - a collection of IPolicyTarget objectsjava.lang.String convertToLDAPString()
String
representation used for storage in LDAP.String encoding of this target.