Class UserAttributeDiff
- java.lang.Object
-
- org.openiam.idm.provisioning.diff.model.Diff<T>
-
- org.openiam.idm.provisioning.diff.model.user.UserProvisionObjectDiff<UserAttribute>
-
- org.openiam.idm.provisioning.diff.model.user.UserAttributeDiff
-
- All Implemented Interfaces:
Serializable
public class UserAttributeDiff extends UserProvisionObjectDiff<UserAttribute>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UserAttributeDiff(UserAttribute newObject, UserAttribute oldObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringDiff
getMetadataTypeIdDiff()
StringDiff
getNameDiff()
StringSetDiff
getValuesDiff()
-
Methods inherited from class org.openiam.idm.provisioning.diff.model.user.UserProvisionObjectDiff
isModified
-
-
-
-
Constructor Detail
-
UserAttributeDiff
protected UserAttributeDiff(UserAttribute newObject, UserAttribute oldObject)
-
-
Method Detail
-
getNameDiff
public StringDiff getNameDiff()
-
getValuesDiff
public StringSetDiff getValuesDiff()
-
getMetadataTypeIdDiff
public StringDiff getMetadataTypeIdDiff()
-
-