Skip navigation links


oracle.iam.request.vo
Class RequestBeneficiaryEntity

java.lang.Object
  extended by oracle.iam.request.vo.RequestBeneficiaryEntity

All Implemented Interfaces:
java.io.Serializable

public class RequestBeneficiaryEntity
extends java.lang.Object
implements java.io.Serializable

value object to store entity name and its data

See Also:
Serialized Form

Constructor Summary
RequestBeneficiaryEntity()
           

 

Method Summary
 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()
          Gets the entity type of this entity
 void setEntityData(java.util.List param)
          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)
          Set the type of the request entity.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RequestBeneficiaryEntity

public RequestBeneficiaryEntity()

Method Detail

setEntityType

public void setEntityType(java.lang.String type)
Set the type of the request entity. Eg: "User", "Resource"
Parameters:
type - of the request entity.

getEntityType

public java.lang.String getEntityType()
Gets the entity type of this entity
Returns:

setEntityData

public void setEntityData(java.util.List param)
Sets the entity attributes.

getEntityData

public java.util.List getEntityData()
Gets the entity attributes.
Returns:

getEntitySubType

public java.lang.String getEntitySubType()
Gets the entity sub type of the request entity. This is applicable only for generic entities like Resource, Role. For Resource entity, entity subtype is the resource name. For Role entity, the entity subtype is the role name.
Returns:

setEntitySubType

public void setEntitySubType(java.lang.String entitySubType)
Sets the entity sub type of the request entity. This is applicable only for generic entities like Resource, Role. For Resource entity, entity sub-type is the resource name. For Role entity, the entity sub-type is the role name.
Parameters:
entityName -

getEntityKey

public java.lang.String getEntityKey()

setEntityKey

public void setEntityKey(java.lang.String entityKey)
Sets the key of the entity. Following are the keys for different request types:
Parameters:
entityKey -

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.