|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiRoleConfigGroup
public class ApiRoleConfigGroup
A role config group contains roles of the same role type sharing the same configuration. While each role has to belong to a group, a role config group may be empty. There exists a default role config group for each role type. Default groups cannot be removed nor created. The name of a role config group is unique and cannot be changed. The configuration of individual roles may be overridden on role level.
Constructor Summary | |
---|---|
ApiRoleConfigGroup()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
ApiConfigList |
getConfig()
The configuration for this group. |
String |
getDisplayName()
The display name of this group. |
String |
getName()
Readonly. |
String |
getRoleType()
Readonly. |
ApiServiceRef |
getServiceRef()
Readonly. |
int |
hashCode()
|
boolean |
isBase()
Readonly. |
void |
setBase(boolean base)
|
void |
setConfig(ApiConfigList config)
|
void |
setDisplayName(String displayName)
|
void |
setName(String name)
|
void |
setRoleType(String roleType)
|
void |
setServiceRef(ApiServiceRef serviceRef)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiRoleConfigGroup()
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName()
public void setName(String name)
public String getRoleType()
public void setRoleType(String roleType)
public boolean isBase()
public void setBase(boolean base)
public ApiConfigList getConfig()
public void setConfig(ApiConfigList config)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiServiceRef getServiceRef()
public void setServiceRef(ApiServiceRef serviceRef)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |