Uses of Class
org.identityconnectors.framework.common.objects.AttributeDelta
Packages that use AttributeDelta
Package
Description
-
Uses of AttributeDelta in net.tirasa.connid.commons.scripted
Methods in net.tirasa.connid.commons.scripted that return types with arguments of type AttributeDeltaModifier and TypeMethodDescriptionAbstractScriptedConnector.updateDelta(ObjectClass objectClass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) Method parameters in net.tirasa.connid.commons.scripted with type arguments of type AttributeDeltaModifier and TypeMethodDescriptionAbstractScriptedConnector.updateDelta(ObjectClass objectClass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) -
Uses of AttributeDelta in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return types with arguments of type AttributeDeltaModifier and TypeMethodDescriptionstatic Set<AttributeDelta> ConnectorHelper.getAttributesDelta(DataProvider dataProvider, ObjectClassInfo objectClassInfo, String testName, String qualifier, int sequenceNumber, boolean checkRequired, boolean isMultiValue, boolean isAddValues, boolean onlyCreateable, boolean onlyUpdateable) Get attributeDelta values (concatenates the qualifier with the name).static Set<AttributeDelta> ConnectorHelper.getUpdateableAttributesDelta(DataProvider dataProvider, ObjectClassInfo objectClassInfo, String testName, String qualifier, int sequenceNumber, boolean checkRequired, boolean isMultiValue, boolean isAddOrRemoveValues) Get updateable attributes' values.Method parameters in org.identityconnectors.contract.test with type arguments of type AttributeDeltaModifier and TypeMethodDescriptionstatic booleanConnectorHelper.checkObjectByAttrDelta(ObjectClassInfo objectClassInfo, ConnectorObject connectorObj, Set<AttributeDelta> requestedAttributesDelta) Checks if object has expected attributesDelta and values.static booleanConnectorHelper.checkObjectByAttrDelta(ObjectClassInfo objectClassInfo, ConnectorObject connectorObj, Set<AttributeDelta> requestedAttributesDelta, boolean checkNotReturnedByDefault) Checks if object has expected attributesDelta and values. -
Uses of AttributeDelta in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return types with arguments of type AttributeDeltaModifier and TypeMethodDescriptionUpdateDeltaApiOp.updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) Method parameters in org.identityconnectors.framework.api.operations with type arguments of type AttributeDeltaModifier and TypeMethodDescriptionUpdateDeltaApiOp.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 AttributeDeltaModifier and TypeMethodDescriptionAttributeDeltaBuilder.build()Creates a attributeDelta with the specified name and the value for valuesToAdd, valuesToRemove and valuesToReplace that have been provided to the builder.static AttributeDeltaCreates a attributeDelta with the specified name and anullvalue for valuesToAdd, valuesToRemove and valuesToReplace.static AttributeDeltaCreates 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 AttributeDeltaModifier and TypeMethodDescriptionstatic 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 AttributeDeltaModifier and TypeMethodDescriptionstatic 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.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 AttributeDeltaModifier and TypeMethodDescriptionstatic 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.impl.api
Methods in org.identityconnectors.framework.impl.api that return types with arguments of type AttributeDeltaModifier and TypeMethodDescriptionfinal Set<AttributeDelta> AbstractConnectorFacade.updateDelta(ObjectClass objectClass, Uid uid, Set<AttributeDelta> attrsDelta, OperationOptions options) Method parameters in org.identityconnectors.framework.impl.api with type arguments of type AttributeDeltaModifier and TypeMethodDescriptionfinal Set<AttributeDelta> AbstractConnectorFacade.updateDelta(ObjectClass objectClass, Uid uid, Set<AttributeDelta> attrsDelta, OperationOptions options) -
Uses of AttributeDelta in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return types with arguments of type AttributeDeltaModifier and TypeMethodDescriptionUpdateDeltaImpl.updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) Method parameters in org.identityconnectors.framework.impl.api.local.operations with type arguments of type AttributeDeltaModifier and TypeMethodDescriptionUpdateDeltaImpl.updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) -
Uses of AttributeDelta in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return types with arguments of type AttributeDeltaModifier and TypeMethodDescriptionUpdateDeltaOp.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 AttributeDeltaModifier and TypeMethodDescriptionUpdateDeltaOp.updateDelta(ObjectClass objclass, Uid uid, Set<AttributeDelta> modifications, OperationOptions options) Update the object specified by theObjectClassandUid, modifying the values according to the attribute deltas.