| Package | Description |
|---|---|
| com.ibm.itim.dataservices.model |
Provides a a low-level application
programming interface for querying elements of the data model.
|
| Modifier and Type | Method and Description |
|---|---|
static LifecycleRule |
LifecycleRuleFactory.create(java.lang.String xml)
Creates an ObjectProfileOperation object from the given xml
|
LifecycleRule |
EntityLifecycleProfile.getRule(long ruleID)
Returns the supported lifecycle rules for the profile for a given id.
|
LifecycleRule |
ObjectProfileCategory.getRule(long ruleID)
Returns the supported lifecycle rules for the entity type for a given id.
|
LifecycleRule |
ObjectProfile.getRule(long ruleID)
Returns the supported lifecycle rules for the profile for a given id.
|
LifecycleRule |
ManagableProfile.getRule(long ruleID)
Returns the supported lifecycle rules for the profile for a given id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<LifecycleRule> |
ObjectProfile.getRules()
Returns the supported lifecycle rules for the profile
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityLifecycleProfile.addRule(LifecycleRule rule)
Adds a new lifecycle rule to the list of supported lifecycle rules
for the profile
|
void |
ObjectProfileCategory.addRule(LifecycleRule rule)
Adds a new lifecycle rule to the list of supported lifecycle rules for
the entity type.
|
void |
ObjectProfile.addRule(LifecycleRule rule)
Adds a new lifecycle rule to the list of supported lifecycle rules
for the profile
|
void |
ManagableProfile.addRule(LifecycleRule rule)
Adds a new lifecycle rule to the list of supported lifecycle rules
for the profile
|
void |
EntityLifecycleProfile.setRule(LifecycleRule rule)
Sets the supported rule for the profile.
|
void |
ObjectProfileCategory.setRule(LifecycleRule rule)
Sets the supported rule for the profile.
|
void |
ObjectProfile.setRule(LifecycleRule rule)
Sets the supported rule for the profile.
|
void |
ManagableProfile.setRule(LifecycleRule rule)
Sets the supported rule for the profile.
|
| Constructor and Description |
|---|
LifecycleProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes,
DistinguishedName target) |
ServiceProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes)
XXX This description is not correct and needs to be updated.
|
ServiceProfile(DistinguishedName dn,
java.lang.String name,
java.lang.String customClass,
java.lang.String nameAttr,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<java.lang.String> searchAttr,
java.lang.String accountClass,
java.lang.String accountProfileName,
java.lang.String serviceProviderFactory,
java.util.Properties properties,
java.util.Properties protocolMappings,
java.lang.String transforms,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> rules)
Constructs a new ServiceProfile object.
|
ServiceProfile(DistinguishedName dn,
java.lang.String name,
java.lang.String customClass,
java.lang.String nameAttr,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.lang.String searchAttr,
java.lang.String accountClass,
java.lang.String accountProfileName,
java.lang.String serviceProviderFactory,
java.util.Properties properties,
java.util.Properties protocolMappings,
java.lang.String transforms,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> rules)
Deprecated.
Use ServiceProfile(DistinguishedName,String,String,String,Map,Collection,
String,String,String,Properties,Properties,String,Collection,Colletion) instead.
|
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.