| 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 ObjectProfileOperation |
ObjectProfileOperationFactory.create(java.lang.String xml)
Deprecated.
Creates an ObjectProfileOperation object from the given xml
|
ObjectProfileOperation |
EntityLifecycleProfile.getOperation(java.lang.String name)
Returns a specific operation by name.
|
ObjectProfileOperation |
ObjectProfileCategory.getOperation(java.lang.String name)
Returns a specific operation by name
|
ObjectProfileOperation |
ObjectProfile.getOperation(java.lang.String name)
Returns a specific operation by name
|
ObjectProfileOperation |
ManagableProfile.getOperation(java.lang.String name)
Returns a specific operation by name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ObjectProfileOperation> |
ObjectProfile.getOperations()
Returns the supported operations for the entity
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityLifecycleProfile.addOperation(ObjectProfileOperation operation)
Adds a new operation to the list of supported operations for the entity.
|
void |
ObjectProfileCategory.addOperation(ObjectProfileOperation oper)
Adds a new operation to the list of supported operations for the entity
|
void |
ObjectProfile.addOperation(ObjectProfileOperation oper)
Adds a new operation to the list of supported operations for the entity
|
void |
ManagableProfile.addOperation(ObjectProfileOperation oper)
Adds a new operation to the list of supported operations for the entity
|
void |
EntityLifecycleProfile.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name.
|
void |
ObjectProfileCategory.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name
|
void |
ObjectProfile.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name
|
void |
ManagableProfile.setOperation(ObjectProfileOperation oper)
Modifies a specific operation by name
|
| Constructor and Description |
|---|
ObjectProfileOperationContentHandler(ObjectProfileOperation op) |
| 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.