|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeValues | |
---|---|
com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
com.ibm.itim.common | |
com.ibm.itim.dataservices.model | Provides a a low-level application programming interface for querying elements of the data model. |
com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
com.ibm.itim.dataservices.model.domain.access | |
com.ibm.itim.dataservices.model.system | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model. |
com.ibm.itim.remoteservices.provider |
Uses of AttributeValues in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning that return AttributeValues | |
---|---|
AttributeValues |
AccountManager.getAccountParameters(PersonMO owner,
ServiceMO service)
Returns the auto-generated parameters used to define the potential owner's account on the given service. |
Methods in com.ibm.itim.apps.provisioning with parameters of type AttributeValues | |
---|---|
Compliance |
AccountManager.checkAccountCompliance(PersonMO owner,
ServiceMO service,
AttributeValues params)
Checks the account compliance on the given service with the given parameters for the given owner. |
boolean |
AccountManager.isAccountCompliant(PersonMO owner,
ServiceMO service,
AttributeValues params,
java.util.Collection errors)
Deprecated. Please use checkAccountCompliance method. |
java.lang.String |
Compliance.requiredChangesToString(AttributeValues originalAttrVals)
Returns the string representation of the required attribute changes to make the account compliant. |
Uses of AttributeValues in com.ibm.itim.common |
---|
Methods in com.ibm.itim.common that return AttributeValues | |
---|---|
AttributeValues |
ComplexAttributeValue.getSubAttributes()
Returns the sub attribute values of a complex attribute value |
Methods in com.ibm.itim.common with parameters of type AttributeValues | |
---|---|
void |
AttributeValues.combine(AttributeValues attributeValues)
Combines the values in this AttributeValues object with the given AttributeValues object |
void |
ComplexAttributeValue.setSubAttributes(AttributeValues attrs)
Sets the sub attribute values of a complex attribute value |
Constructors in com.ibm.itim.common with parameters of type AttributeValues | |
---|---|
AttributeValues(AttributeValues attributeValues)
Creates new AttributeValues with the given AttributeValues object. |
|
ComplexAttributeValue(java.lang.String id,
AttributeValues subAttributes)
Constructs complex attribute value with an unique id and a collection sub attributes |
Uses of AttributeValues in com.ibm.itim.dataservices.model |
---|
Methods in com.ibm.itim.dataservices.model that return AttributeValues | |
---|---|
AttributeValues |
DirectoryObject.getAttributes()
Returns the attributes of the object, including the union of semantic and raw attributes. |
AttributeValues |
DirectoryEntry.getAttributes()
Returns the attributes of the object without any system semantics. |
AttributeValues |
DirectoryObject.getMappedAttributes()
Returns the attributes of the object with all applicable system semantics. |
AttributeValues |
DirectoryEntry.getOldAttributes()
Returns the old attributes of the object without any system semantics. |
AttributeValues |
DirectoryObject.getOldMappedAttributes()
Returns the old attributes of the object with all applicable system semantics. |
AttributeValues |
DirectoryObject.getRawAttributes()
Returns the attributes of the object without any system semantics. |
AttributeValues |
ComplexAttributeHandler.getSubAttributeDefaults(java.lang.String attrName)
Constructs set of sub-attributes for a complex attribute value The implementation of the handler will determine where the defaults are specified or how it is being generated. |
Methods in com.ibm.itim.dataservices.model with parameters of type AttributeValues | |
---|---|
void |
DirectoryObject.setAttributes(AttributeValues attributes)
Replaces the attributes of the object using system semantics. |
void |
DirectoryEntry.setAttributes(AttributeValues attributes)
Replaces the attributes of the object using system semantics. |
Constructors in com.ibm.itim.dataservices.model with parameters of type AttributeValues | |
---|---|
DirectoryEntry(DistinguishedName dn,
AttributeValues attributes)
Constructs the object with full set of parameters. |
|
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. |
Uses of AttributeValues in com.ibm.itim.dataservices.model.domain |
---|
Methods in com.ibm.itim.dataservices.model.domain with parameters of type AttributeValues | |
---|---|
DirectoryObjectEntity |
ServiceModel.addSupportingData(AttributeValues rdn,
DirectoryObject directoryObject)
Add a supporting data entry to the enrole data store. |
Constructors in com.ibm.itim.dataservices.model.domain with parameters of type AttributeValues | |
---|---|
Account(java.lang.String profileName,
AttributeValues attributes)
Deprecated. Use Account(String profileName) and setAttributes(attributes) instead |
|
AdminDomain(AttributeValues attributes)
Constructs object with attribute information. |
|
AdminDomain(java.lang.String profileName,
AttributeValues attributes)
Deprecated. Use AdminDomain(AttributeValues) instead. Since 4.6 |
|
BusinessPartnerOrg(AttributeValues attributes)
Constructs object with attribute information. |
|
BusinessPartnerOrg(java.lang.String profileName,
AttributeValues attributes)
Constructs object with profile and attribute information. |
|
DirectorySystem(DistinguishedName dn,
java.lang.String name,
AttributeValues attrs)
Constructor for create a directory system. |
|
DynamicRole(AttributeValues attributes)
Constructs object with attribute information. |
|
HostedService(java.lang.String concretServiceProfileName,
AttributeValues attributes)
Constructs object with profile and attribute information. |
|
Location(AttributeValues attributes)
Constructs object with attribute information. |
|
Location(java.lang.String profileName,
AttributeValues attributes)
Deprecated. Use Location(AttributeValues) instead. Since 4.6 |
|
Organization(AttributeValues attributes)
Constructs object with attribute information. |
|
Organization(java.lang.String profileName,
AttributeValues attributes)
Deprecated. Use Organization(AttributeValues) instead. Since 4.6 |
|
OrganizationalUnit(AttributeValues attributes)
Constructs object with attribute information. |
|
OrganizationalUnit(java.lang.String profileName,
AttributeValues attributes)
Deprecated. Use OrganizationalUnit(AttributeValues) instead. Since 4.6 |
|
Person(java.lang.String profileName,
AttributeValues attrs)
Deprecated. Use Person(String profileName) and setAttributes(attributes) instead |
|
Role(AttributeValues attrs)
Constructs object with attribute information. |
|
Service(java.lang.String profileName,
AttributeValues attributes)
Constructs object with profile and attribute information. |
|
SupportingDataObject(java.util.Collection objectClasses,
AttributeValues attributes)
Creates a new instance of SupportingDataObject. |
Uses of AttributeValues in com.ibm.itim.dataservices.model.domain.access |
---|
Methods in com.ibm.itim.dataservices.model.domain.access that return AttributeValues | |
---|---|
AttributeValues |
ProvisioningConfiguration.getAttributes()
Returns the attributes and their values. |
Uses of AttributeValues in com.ibm.itim.dataservices.model.system |
---|
Constructors in com.ibm.itim.dataservices.model.system with parameters of type AttributeValues | |
---|---|
SystemRole(AttributeValues attributes)
Constructs object with attribute information. |
|
SystemUser(AttributeValues attributes)
Constructs object with attribute information. |
|
SystemUser(java.lang.String name,
AttributeValues attributes)
Constructs object with name (user id) and attribute information. |
Uses of AttributeValues in com.ibm.itim.remoteservices.provider |
---|
Methods in com.ibm.itim.remoteservices.provider that return AttributeValues | |
---|---|
AttributeValues |
SearchResult.getAttributeValues()
Gets the model attributes for this search entry |
AttributeValues |
RequestStatus.getNotChangedAttributes()
Gets the attributes that were not able to be added / updated on the remote resouce. |
AttributeValues |
RequestStatus.getReturnAttributes()
Gets a list of the return (output) attributes from the remote request. |
Methods in com.ibm.itim.remoteservices.provider with parameters of type AttributeValues | |
---|---|
RequestStatus |
ServiceProvider.add(java.lang.String objectClass,
AttributeValues attributeValues,
java.lang.String requestID)
Adds an entity to the remote resource with the given attributes |
RequestStatus |
UnsolicitedEventProcessor.processAddRequest(Service service,
java.lang.String entryDN,
java.util.Collection objectClasses,
AttributeValues attributeValues)
Process an add request sent from a remote service in a unsolicited notification event. |
void |
RequestStatus.setReturnAttributes(AttributeValues returnAttributes)
Sets a list of the output attributes from the remote request. |
Constructors in com.ibm.itim.remoteservices.provider with parameters of type AttributeValues | |
---|---|
SearchResult(java.lang.String dn,
java.util.Collection<?> objectClasses,
AttributeValues attributeValues)
Creates new SearchResult |
|
SearchResult(java.lang.String dn,
java.lang.String objectClass,
AttributeValues attributeValues)
Creates new SearchResult |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |