Package org.openiam.idm.srvc.user.dto
Class UserAttribute
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.base.AbstractAttributeDTO
-
- org.openiam.idm.srvc.user.dto.UserAttribute
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
,ProvisionObject
,ProvisionOperationAware
public class UserAttribute extends AbstractAttributeDTO implements ProvisionObject
UserAttribute represents an individual attribute that is associated with a user. A user may have many attributes. A UserAttribute should also be associated with a MetadataElement. This approach is used as a way to extend the attributes associated with a user without having to extend the schema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AttributeOperationEnum
operation
protected String
userId
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description UserAttribute(String id)
UserAttribute(String name, String value)
UserAttribute(String name, String value, AttributeOperationEnum operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningObjectType
getObjectType()
-
Methods inherited from class org.openiam.base.AbstractAttributeDTO
addValue, getFirstValue, hasValues, isMultivalued, overwrite
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
Methods inherited from interface org.openiam.provision.dto.ProvisionObject
getId, setId
-
Methods inherited from interface org.openiam.provision.dto.ProvisionOperationAware
getOperation
-
-
-
-
Field Detail
-
operation
protected AttributeOperationEnum operation
-
userId
protected String userId
-
-
Method Detail
-
getObjectType
public ProvisioningObjectType getObjectType()
- Specified by:
getObjectType
in interfaceProvisionObject
-
-