|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.reconciliation.vo.Role
public class Role
Encapsulates an instance of a Role as used in Reconciliation, for the Event Management APIs. Note that this Event object may differ from the actual Role Data Object. It is a view from a management perspective only.
| Constructor Summary | |
|---|---|
Role()Instantiates an empty Role object. |
|
Role(java.lang.Long key)Instantiates a Role object using its Key. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getCategory()Get the Category of the Role |
java.lang.String |
getDescr()Gets the Description of the Role |
java.util.HashMap |
getDisplayName() |
java.lang.String |
getGUID()Gets the GUID of the role |
java.lang.String |
getLdapDN()Get the Distinguished Name of the role |
java.lang.String |
getName()Gets the name of the Role |
java.lang.String |
getNameSpace() |
java.lang.Long |
getParentRoleKey()Gets the key of the parent Role. |
java.lang.Long |
getUgpKey()Get the key of the Role |
void |
setCategory(java.lang.Long ugpCategory)Set the ID of the Category |
void |
setDescr(java.lang.String Descr)Set the description of the role |
void |
setDisplayName(java.util.HashMap DisplayName) |
void |
setGUID(java.lang.String GUID)Set the LDAP GUID of the role |
void |
setLdapDN(java.lang.String LdapDN)The Distinguished Name of the Role in LDAP |
void |
setName(java.lang.String Name)Set the name of the Role |
void |
setNameSpace(java.lang.String NameSpace) |
void |
setParentRoleKey(java.lang.Long ParentRoleKey)Sets the Key of the Parent for the Role. |
void |
setUgpKey(java.lang.Long ugpKey)Set the Role key |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Role()
public Role(java.lang.Long key)
key - the Role Key| Method Detail |
|---|
public void setUgpKey(java.lang.Long ugpKey)
ugpKey - the key IDpublic java.lang.Long getUgpKey()
public void setCategory(java.lang.Long ugpCategory)
ugpCategory - the Category IDpublic java.lang.Long getCategory()
public void setGUID(java.lang.String GUID)
GUID - the GUID.public java.lang.String getGUID()
public void setLdapDN(java.lang.String LdapDN)
LdapDN - the DNpublic java.lang.String getLdapDN()
public void setName(java.lang.String Name)
Name - the Name of the Rolepublic java.lang.String getName()
public void setDescr(java.lang.String Descr)
Descr - the Role descriptionpublic java.lang.String getDescr()
public void setParentRoleKey(java.lang.Long ParentRoleKey)
ParentRoleKey - the Parent Role key.public java.lang.Long getParentRoleKey()
public void setDisplayName(java.util.HashMap DisplayName)
public java.util.HashMap getDisplayName()
public void setNameSpace(java.lang.String NameSpace)
public java.lang.String getNameSpace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||