Uses of Class
org.identityconnectors.framework.common.objects.AttributeDelta
-
Packages that use AttributeDelta Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi.operations -
-
Uses of AttributeDelta in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return types with arguments of type AttributeDelta Modifier and Type Method Description Set<AttributeDelta>UpdateDeltaApiOp. updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options)Method parameters in org.identityconnectors.framework.api.operations with type arguments of type AttributeDelta Modifier and Type Method Description Set<AttributeDelta>UpdateDeltaApiOp. updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) -
Uses of AttributeDelta in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeDelta Modifier and Type Method Description AttributeDeltaAttributeDeltaBuilder. build()Creates a attributeDelta with the specified name and the value for valuesToAdd, valuesToRemove and valuesToReplace that have been provided to the builder.static AttributeDeltaAttributeDeltaBuilder. build(String name)Creates a attributeDelta with the specified name and anullvalue for valuesToAdd, valuesToRemove and valuesToReplace.static AttributeDeltaAttributeDeltaBuilder. build(String name, Object... args)Creates anAttributeDeltawith the name and the values provided for valuesToReplace.static AttributeDeltaAttributeDeltaBuilder. build(String name, Collection<?> valuesToReplace)Creates anAttributeDeltawith the name and the values provided for valuesToReplace.static AttributeDeltaAttributeDeltaBuilder. build(String name, Collection<?> valuesToAdd, Collection<?> valuesToRemove)Creates anAttributeDeltawith the name and the values provided for valuesToAdd and valuesToRemove.static AttributeDeltaAttributeDeltaBuilder. buildCurrentPassword(char[] password)Builds an of operational attribute that represents the current password of an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildCurrentPassword(GuardedString password)Builds an of operational attribute that represents the current password of an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildDisableDate(long date)Builds an of operational attribute that represents the date and time to disable an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildDisableDate(Date date)Builds an of operational attribute that represents the date and time to disable an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildEnabled(boolean value)Builds an of operational attribute that represents whether object is enabled on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildEnableDate(long date)Builds an of operational attribute that represents the date and time to enable an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildEnableDate(Date date)Builds an of operational attribute that represents the date and time to enable an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildLastLoginDate(long date)Builds an of pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildLastLoginDate(Date date)Builds an of pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildLastPasswordChangeDate(long date)Builds an of pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildLastPasswordChangeDate(Date date)Builds an of pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildLockOut(boolean lock)Builds an of operational attribute that represents whether an object is locked out on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildPassword(char[] password)Builds an of operational attribute that represents the password of an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildPassword(GuardedString password)Builds an of operational attribute that represents the password of an object on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildPasswordChangeInterval(long value)Builds an of pre-defined attribute that represents how often the password must be changed for an object (such as an account) on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildPasswordExpirationDate(long dateTime)Builds an of operational attribute that represents the date and time that a password will expire on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildPasswordExpirationDate(Date dateTime)Builds an of operational attribute that represents the date and time that a password will expire on a target system or application.static AttributeDeltaAttributeDeltaBuilder. buildPasswordExpired(boolean value)Builds an of operational attribute that represents whether the password of an object is expired on a target system or application.static AttributeDeltaAttributeDeltaUtil. find(String name, Set<AttributeDelta> attrsDelta)Find theAttributeDeltaof the given name in theSet.static AttributeDeltaAttributeDeltaUtil. getAttributeDeltaForName(Set<AttributeDelta> attrsDelta)Get theAttributeDeltaattributeDelta for attribute Name from the specified set of attributesDelta.static AttributeDeltaAttributeDeltaUtil. getUidAttributeDelta(Set<AttributeDelta> attrsDelta)Get theAttributeDeltafrom the specified set of attributesDelta.Methods in org.identityconnectors.framework.common.objects that return types with arguments of type AttributeDelta Modifier and Type Method Description static Set<AttributeDelta>AttributeDeltaUtil. addUid(Set<AttributeDelta> attrsDelta, Object... values)Returns a mutable copy of the original set with the uid attributeDelta added.static Set<AttributeDelta>AttributeDeltaUtil. filterUid(Set<AttributeDelta> attrsDelta)Returns a mutable copy of the original set with the uid attributeDelta removed.static Set<AttributeDelta>AttributeDeltaUtil. getBasicAttributes(Set<AttributeDelta> attrsDelta)Filter out any special attributeDelta from the specified set.static Set<AttributeDelta>AttributeDeltaUtil. getSpecialAttributes(Set<AttributeDelta> attrsDelta)Filter out any basic attributes from the specified set, leaving only special attributes.static Map<String,AttributeDelta>AttributeDeltaUtil. toMap(Collection<? extends AttributeDelta> attributesDelta)Methods in org.identityconnectors.framework.common.objects with parameters of type AttributeDelta Modifier and Type Method Description static StringAttributeDeltaUtil. getAsStringValue(AttributeDelta attrDelta)Get the string value from the specified (single-valued) attributeDelta.static BigDecimalAttributeDeltaUtil. getBigDecimalValue(AttributeDelta attrDelta)Get the big decimal value from the specified (single-valued) attributeDelta.static BigIntegerAttributeDeltaUtil. getBigIntegerValue(AttributeDelta attrDelta)Get the big integer value from the specified (single-valued) attributeDelta.static BooleanAttributeDeltaUtil. getBooleanValue(AttributeDelta attrDelta)Get the boolean value from the specified (single-valued) attributeDelta.static Byte[]AttributeDeltaUtil. getByteArrayValue(AttributeDelta attrDelta)Get the byte array value from the specified (single-valued) attributeDelta.static ByteAttributeDeltaUtil. getByteValue(AttributeDelta attrDelta)Get the byte value from the specified (single-valued) attributeDelta.static CharacterAttributeDeltaUtil. getCharacterValue(AttributeDelta attrDelta)Get the character value from the specified (single-valued) attributeDelta.static DateAttributeDeltaUtil. getDateValue(AttributeDelta attrDelta)Get the date value from the specified (single-valued) attributeDelta that contains a long.static DoubleAttributeDeltaUtil. getDoubleValue(AttributeDelta attrDelta)Get the double value from the specified (single-valued) attributeDelta.static AttributeAttributeDeltaUtil. getEmptyAttribute(AttributeDelta attrDelta)Get theAttributeDeltawith name specific attributesDelta.static FloatAttributeDeltaUtil. getFloatValue(AttributeDelta attrDelta)Get the float value from the specified (single-valued) attributeDelta.static GuardedByteArrayAttributeDeltaUtil. getGuardedByteArrayValue(AttributeDelta attrDelta)Get theGuardedByteArrayvalue from the specified (single-valued) attributeDelta.static GuardedStringAttributeDeltaUtil. getGuardedStringValue(AttributeDelta attrDelta)Get theGuardedStringvalue from the specified (single-valued) attributeDelta.static IntegerAttributeDeltaUtil. getIntegerValue(AttributeDelta attrDelta)Get the integer value from the specified (single-valued) attributeDelta.static LongAttributeDeltaUtil. getLongValue(AttributeDelta attrDelta)Get the long value from the specified (single-valued) attributeDelta.static Map<String,Object>AttributeDeltaUtil. getMapValue(AttributeDelta attrDelta)Get the map value from the specified (single-valued) attributeDelta.static ObjectAttributeDeltaUtil. getSingleValue(AttributeDelta attr)Get theObjectvalue from the specified (single-valued) attributeDelta.static StringAttributeDeltaUtil. getStringValue(AttributeDelta attrDelta)Get the string value from the specified (single-valued) attributeDelta.static booleanAttributeDeltaUtil. isSpecial(AttributeDelta attrDelta)Determines whether the specified name of attribute info is for a special attribute.Method parameters in org.identityconnectors.framework.common.objects with type arguments of type AttributeDelta Modifier and Type Method Description static Set<AttributeDelta>AttributeDeltaUtil. addUid(Set<AttributeDelta> attrsDelta, Object... values)Returns a mutable copy of the original set with the uid attributeDelta added.static Set<AttributeDelta>AttributeDeltaUtil. filterUid(Set<AttributeDelta> attrsDelta)Returns a mutable copy of the original set with the uid attributeDelta removed.static AttributeDeltaAttributeDeltaUtil. find(String name, Set<AttributeDelta> attrsDelta)Find theAttributeDeltaof the given name in theSet.static AttributeDeltaAttributeDeltaUtil. getAttributeDeltaForName(Set<AttributeDelta> attrsDelta)Get theAttributeDeltaattributeDelta for attribute Name from the specified set of attributesDelta.static Set<AttributeDelta>AttributeDeltaUtil. getBasicAttributes(Set<AttributeDelta> attrsDelta)Filter out any special attributeDelta from the specified set.static GuardedStringAttributeDeltaUtil. getCurrentPasswordValue(Set<AttributeDelta> attrsDelta)Get the current password value from the provided set ofAttributeDeltas.static DateAttributeDeltaUtil. getEnableDate(Set<AttributeDelta> attrsDelta)Get the enable date from the set of attributesDelta.static BooleanAttributeDeltaUtil. getPasswordExpired(Set<AttributeDelta> attrsDelta)Get the password expired attributeDelta from aCollectionofAttributeDeltas.static GuardedStringAttributeDeltaUtil. getPasswordValue(Set<AttributeDelta> attrsDelta)Get the password value from the provided set ofAttributeDeltas.static Set<AttributeDelta>AttributeDeltaUtil. getSpecialAttributes(Set<AttributeDelta> attrsDelta)Filter out any basic attributes from the specified set, leaving only special attributes.static AttributeDeltaAttributeDeltaUtil. getUidAttributeDelta(Set<AttributeDelta> attrsDelta)Get theAttributeDeltafrom the specified set of attributesDelta.static Map<String,AttributeDelta>AttributeDeltaUtil. toMap(Collection<? extends AttributeDelta> attributesDelta) -
Uses of AttributeDelta in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return types with arguments of type AttributeDelta Modifier and Type Method Description Set<AttributeDelta>UpdateDeltaOp. updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options)Update the object specified by theObjectClassandUid, modifying the values according to the attribute deltas.Method parameters in org.identityconnectors.framework.spi.operations with type arguments of type AttributeDelta Modifier and Type Method Description Set<AttributeDelta>UpdateDeltaOp. updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options)Update the object specified by theObjectClassandUid, modifying the values according to the attribute deltas.
-