|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.identity.orgmgmt.vo.Organization
public class Organization
The Organization class is a value object class to hold the GUID, attribute name-value pair and child organizations of an organization.
| Constructor Summary | |
|---|---|
Organization()Constructs a blank organization identity object |
|
Organization(java.lang.String entityId)Constructs an organization identity object with GUID entityId and a map of attribute name-value pair. |
|
Organization(java.lang.String entityId, java.util.HashMap attributes)Constructs an organization identity object with GUID entityId and a map of attribute name-value pair. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)Get the value of the specified organization attribute name. |
java.util.Set |
getAttributeNames()Provides a map of all attribute-value pair of this organization identity. |
java.util.HashMap |
getAttributes()Provides a map of all attribute-value pair of this organization. |
java.lang.String |
getEntityId()Provides GUID of the organization. |
void |
setAttribute(java.lang.String name, java.lang.Object value)Adds the attribute name and it's value value. |
java.lang.String |
toString()Returns the string representation of organization. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Organization()
public Organization(java.lang.String entityId)
entityId and a map of attribute name-value pair.
entityId - The GUID of the organization.
public Organization(java.lang.String entityId,
java.util.HashMap attributes)
entityId and a map of attribute name-value pair.
entityId - The GUID of the organization.attributes - The map of attribute name-value pair.| Method Detail |
|---|
public void setAttribute(java.lang.String name,
java.lang.Object value)
name and it's value value.setAttribute in interface Identityname - The attribute to be added.value - The value of the attribute.public java.lang.Object getAttribute(java.lang.String name)
name.getAttribute in interface Identityattr - The attribute whose value is to be returned.public java.util.HashMap getAttributes()
getAttributes in interface Identitymap of all attribute-value pair of this entity.public java.util.Set getAttributeNames()
getAttributeNames in interface Identitymap of all attribute-value pair of this organization identity.public java.lang.String getEntityId()
getEntityId in interface Identitypublic java.lang.String toString()
toString in interface IdentitytoString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||