|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.iam.platform.authopss.vo.AdminRole
public class AdminRole
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.
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 |
---|
public AdminRole()
public AdminRole(java.lang.String roleName, java.lang.String roleDisplayName, java.lang.String roleDescription, boolean scoped)
roleName
- - The admin role nameroleDisplayName
- - 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 |
---|
public final java.lang.String getRoleName()
public final java.lang.String getRoleDisplayName()
public final java.lang.String getRoleDescription()
public final boolean isScoped()
public java.lang.Long getRoleId()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |