| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.iam.identity.usermgmt.vo.Proxy
public class Proxy
| Constructor Summary | |
|---|---|
Proxy(java.lang.String entityId)Constructs a proxy object with GUID entityId. | 
|
Proxy(java.lang.String entityId, java.util.HashMap attrs)Constructs a proxy object with GUID entityId and a map of attribute name-value pair. | 
|
| Method Summary | |
|---|---|
 java.lang.Object | 
getAttribute(java.lang.String attr)Get the value of the specified proxy attribute name. | 
 java.util.Set | 
getAttributeNames()Provides a set of all the proxy user attribute names.  | 
 java.util.HashMap | 
getAttributes()Provides a map of all attribute-value pair of proxy user.  | 
 java.lang.String | 
getEntityId()Provides GUID of the proxy user.  | 
 void | 
setAttribute(java.lang.String attr, java.lang.Object val)Adds the attribute attr and it's value val. | 
 void | 
setEntityId(java.lang.String entityId) | 
 java.lang.String | 
toString()Provides the string representation of Proxy value object. | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Proxy(java.lang.String entityId)
entityId.
entityId - The GUID of the proxy user.
public Proxy(java.lang.String entityId,
             java.util.HashMap attrs)
entityId and a map of attribute name-value pair.
entityId - The GUID of the proxy user.attrs - The Map of attribute name-value pair.| Method Detail | 
|---|
public void setAttribute(java.lang.String attr,
                         java.lang.Object val)
attr and it's value val.setAttribute in interface Identityattr - The attribute to be added.val - The value of the attribute.public java.lang.Object getAttribute(java.lang.String attr)
name.getAttribute in interface Identityattr - The attribute whose value is to be returned.public java.lang.String getEntityId()
getEntityId in interface Identitypublic void setEntityId(java.lang.String entityId)
public java.util.HashMap getAttributes()
getAttributes in interface Identitymap of all attribute-value pair of this proxy user.public java.util.Set getAttributeNames()
getAttributeNames in interface Identitypublic java.lang.String toString()
Proxy value object.toString in interface IdentitytoString in class java.lang.ObjectProxy value object.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||