Package oracle.iam.reconciliation.vo
Class Role
java.lang.Object
oracle.iam.reconciliation.vo.Role
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Category of the RolegetDescr()
Gets the Description of the RolegetGUID()
Gets the GUID of the roleGet the Distinguished Name of the rolegetName()
Gets the name of the RoleGets the key of the parent Role.Get the key of the Rolevoid
setCategory
(Long ugpCategory) Set the ID of the Categoryvoid
Set the description of the rolevoid
setDisplayName
(HashMap<String, String> DisplayName) void
Set the LDAP GUID of the rolevoid
The Distinguished Name of the Role in LDAPvoid
Set the name of the Rolevoid
setNameSpace
(String NameSpace) void
setParentRoleKey
(Long ParentRoleKey) Sets the Key of the Parent for the Role.void
Set the Role key
-
Constructor Details
-
Role
public Role()Instantiates an empty Role object. -
Role
Instantiates a Role object using its Key.- Parameters:
key
- the Role Key
-
-
Method Details
-
setUgpKey
Set the Role key- Parameters:
ugpKey
- the key ID
-
getUgpKey
Get the key of the Role- Returns:
- a long.
-
setCategory
Set the ID of the Category- Parameters:
ugpCategory
- the Category ID
-
getCategory
Get the Category of the Role- Returns:
- a Long
-
setGUID
Set the LDAP GUID of the role- Parameters:
GUID
- the GUID.
-
getGUID
Gets the GUID of the role- Returns:
- a String
-
setLdapDN
The Distinguished Name of the Role in LDAP- Parameters:
LdapDN
- the DN
-
getLdapDN
Get the Distinguished Name of the role- Returns:
- a String.
-
setName
Set the name of the Role- Parameters:
Name
- the Name of the Role
-
getName
Gets the name of the Role- Returns:
- a String
-
setDescr
Set the description of the role- Parameters:
Descr
- the Role description
-
getDescr
Gets the Description of the Role- Returns:
- a String.
-
setParentRoleKey
Sets the Key of the Parent for the Role.- Parameters:
ParentRoleKey
- the Parent Role key.
-
getParentRoleKey
Gets the key of the parent Role. -
setDisplayName
-
getDisplayName
-
setNameSpace
-
getNameSpace
-