Class Role

java.lang.Object
oracle.iam.reconciliation.vo.Role
All Implemented Interfaces:
Serializable

public class Role extends Object implements 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 Details

    • Role

      public Role()
      Instantiates an empty Role object.
    • Role

      public Role(Long key)
      Instantiates a Role object using its Key.
      Parameters:
      key - the Role Key
  • Method Details

    • setUgpKey

      public void setUgpKey(Long ugpKey)
      Set the Role key
      Parameters:
      ugpKey - the key ID
    • getUgpKey

      public Long getUgpKey()
      Get the key of the Role
      Returns:
      a long.
    • setCategory

      public void setCategory(Long ugpCategory)
      Set the ID of the Category
      Parameters:
      ugpCategory - the Category ID
    • getCategory

      public Long getCategory()
      Get the Category of the Role
      Returns:
      a Long
    • setGUID

      public void setGUID(String GUID)
      Set the LDAP GUID of the role
      Parameters:
      GUID - the GUID.
    • getGUID

      public String getGUID()
      Gets the GUID of the role
      Returns:
      a String
    • setLdapDN

      public void setLdapDN(String LdapDN)
      The Distinguished Name of the Role in LDAP
      Parameters:
      LdapDN - the DN
    • getLdapDN

      public String getLdapDN()
      Get the Distinguished Name of the role
      Returns:
      a String.
    • setName

      public void setName(String Name)
      Set the name of the Role
      Parameters:
      Name - the Name of the Role
    • getName

      public String getName()
      Gets the name of the Role
      Returns:
      a String
    • setDescr

      public void setDescr(String Descr)
      Set the description of the role
      Parameters:
      Descr - the Role description
    • getDescr

      public String getDescr()
      Gets the Description of the Role
      Returns:
      a String.
    • setParentRoleKey

      public void setParentRoleKey(Long ParentRoleKey)
      Sets the Key of the Parent for the Role.
      Parameters:
      ParentRoleKey - the Parent Role key.
    • getParentRoleKey

      public Long getParentRoleKey()
      Gets the key of the parent Role.
    • setDisplayName

      public void setDisplayName(HashMap<String,String> DisplayName)
    • getDisplayName

      public HashMap<String,String> getDisplayName()
    • setNameSpace

      public void setNameSpace(String NameSpace)
    • getNameSpace

      public String getNameSpace()