public class RequestBeneficiaryEntity
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RequestBeneficiaryEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAdditionalEntityData()
Gets the additional entity data associated with this entity
|
java.util.List |
getEntityData()
Gets the entity attributes.
|
java.lang.String |
getEntityKey() |
java.lang.String |
getEntitySubType()
Gets the entity sub type of the request entity.
|
java.lang.String |
getEntityType()
Deprecated.
will be replaced with return type OIMType in future
getRequestEntityType |
java.util.HashMap |
getExtraAttributes() |
java.lang.String |
getOperation() |
OIMType |
getRequestEntityType()
Returns the enum equivalent of request entity type i.e User/Role/Resource
|
void |
setAdditionalEntityData(java.util.List additionalAttributes)
Sets the additional entity data associated with this entity
|
void |
setEntityData(java.util.List entityAttributes)
Sets the entity attributes.
|
void |
setEntityKey(java.lang.String entityKey)
Sets the key of the entity.
|
void |
setEntitySubType(java.lang.String entitySubType)
Sets the entity sub type of the request entity.
|
void |
setEntityType(java.lang.String type)
Deprecated.
use setEntityType with OIMType as input parameter. This method will be replaced with
setRequestEntityType |
void |
setExtraAttributes(java.util.HashMap extraAttributes) |
void |
setOperation(java.lang.String operation) |
void |
setRequestEntityType(OIMType type)
Sets the request entity type i.e User/Role/Resource from the given OIMType.
|
@Deprecated public void setEntityType(java.lang.String type)
setRequestEntityType
type
- of the request entity.@Deprecated public java.lang.String getEntityType()
getRequestEntityType
public void setRequestEntityType(OIMType type)
type
- - request entity type. Enums defined in the OIMTypepublic OIMType getRequestEntityType()
public void setEntityData(java.util.List entityAttributes)
public java.util.List getEntityData()
public java.lang.String getEntitySubType()
public void setEntitySubType(java.lang.String entitySubType)
entityName
- public java.lang.String getEntityKey()
public void setEntityKey(java.lang.String entityKey)
entityKey
- public void setOperation(java.lang.String operation)
public java.lang.String getOperation()
public void setAdditionalEntityData(java.util.List additionalAttributes)
addnlEntityattributes
- - list of entity attribute objectspublic java.util.List getAdditionalEntityData()
public void setExtraAttributes(java.util.HashMap extraAttributes)
public java.util.HashMap getExtraAttributes()