Package org.openiam.base
Class AbstractAttributeDTO
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.base.AbstractAttributeDTO
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
- Direct Known Subclasses:
GroupAttribute
,LoginAttribute
,OrganizationAttribute
,OTPProviderAttribute
,ResourceProp
,RoleAttribute
,SourceAdapterConfigAttr
,UserAttribute
public abstract class AbstractAttributeDTO extends KeyNameDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
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 AbstractAttributeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addValue(String value)
String
getFirstValue()
boolean
hasValues()
boolean
isMultivalued()
Deprecated.void
overwrite(String value)
-
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
-
-
-
-
Method Detail
-
addValue
public void addValue(String value)
-
getFirstValue
public String getFirstValue()
-
hasValues
public boolean hasValues()
-
overwrite
public void overwrite(String value)
-
isMultivalued
@Deprecated public boolean isMultivalued()
Deprecated.
-
-