Skip navigation links


oracle.iam.platform.authopss.vo
Class AdminRole

java.lang.Object
  extended by oracle.iam.platform.authopss.vo.AdminRole

All Implemented Interfaces:
java.io.Serializable

public class AdminRole
extends java.lang.Object
implements java.io.Serializable

This class represents a admin role object and its properties. Instances should be obtained using AdminRoleManager as out of the box admin roles are well-defined. Since OIM does not allow creating Admin-Roles the setter methods in this class are meant only for eclipselink mapping.

Since:
OIM R2 (11.1.2.0.0)
See Also:
Serialized Form

Constructor Summary
AdminRole()
          Default constructor for eclipse-link.
AdminRole(java.lang.String roleName, java.lang.String roleDisplayName, java.lang.String roleDescription, boolean scoped)
          The constructor for this class.

 

Method Summary
 java.lang.String getRoleDescription()
          Getter for the admin role description.
 java.lang.String getRoleDisplayName()
          Getter for the admin role display name.
 java.lang.Long getRoleId()
          The unique-id for this admin role.
 java.lang.String getRoleName()
          Getter for the admin role name.
 boolean isScoped()
          Returns whether this admin role is org-scoped or global in nature.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AdminRole

public AdminRole()
Default constructor for eclipse-link.

AdminRole

public AdminRole(java.lang.String roleName,
                 java.lang.String roleDisplayName,
                 java.lang.String roleDescription,
                 boolean scoped)
The constructor for this class.
Parameters:
roleName - - The admin role name
roleDisplayName - - The display name for the admin role.
roleDescription - - The description for this admin role.
scoped - - Whether this role is org scoped or global in nature.

Method Detail

getRoleName

public final java.lang.String getRoleName()
Getter for the admin role name.
Returns:

getRoleDisplayName

public final java.lang.String getRoleDisplayName()
Getter for the admin role display name.
Returns:

getRoleDescription

public final java.lang.String getRoleDescription()
Getter for the admin role description.
Returns:

isScoped

public final boolean isScoped()
Returns whether this admin role is org-scoped or global in nature.
Returns:

getRoleId

public java.lang.Long getRoleId()
The unique-id for this admin role.
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.