|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.adapter.ResourceAdapterBase
com.waveset.adapter.GenericScriptResourceAdapter
com.waveset.adapter.UnixResourceAdapter
com.waveset.adapter.SVIDResourceAdapter
com.waveset.adapter.LinuxResourceAdapter
com.waveset.adapter.RedHatLinuxResourceAdapter
Resource adapter for Red Hat Linux The Linux usermod/useradd/userdel commands use flags (-u, -g, etc) to specify the user attributes. These flags have been mapped in a hashmap, see LinuxResourceAdapter.paramToFlagMap.
Nested Class Summary |
Nested classes inherited from class com.waveset.adapter.LinuxResourceAdapter |
LinuxResourceAdapter.AcctIter, LinuxResourceAdapter.BlockAcctIter |
Nested classes inherited from class com.waveset.adapter.ResourceAdapterBase |
ResourceAdapterBase.SimpleAccountIterator |
Nested classes inherited from class com.waveset.adapter.ResourceAdapter |
ResourceAdapter.ActionResult, ResourceAdapter.Features, ResourceAdapter.ObjectType |
Field Summary | |
static java.lang.String |
code_id
|
static java.lang.String |
LOGIN_PASSWORD
|
static java.lang.String |
LOGIN_USER
|
static java.lang.String |
RA_USERADD_CREATE_GROUP
Resource attribute name of the variable used to set whether the Red Hat useradd command is to create a group with the same name as the user being added to the system. |
static java.lang.String |
RESOURCE_USER_FORM
|
static java.lang.String |
RESTYPE_DISPLAY_NAME
|
Fields inherited from class com.waveset.adapter.LinuxResourceAdapter |
CMD_CHSH, CMD_LASTLOG, DEFAULT_SHELLS, NEWPWD_PROMPT, RA_NISENCRYPTION, ROOTPWD_PROMPT |
Fields inherited from class com.waveset.adapter.GenericScriptResourceAdapter |
conn, RA_BLOCK_FETCH_TIMEOUT, RA_CONN_MAX, RA_CONN_TIMEOUT, RA_CONN_TYPE, RA_HOST, RA_LOGIN_PASSWORD, RA_LOGIN_USER, RA_PORT, RA_TERM |
Fields inherited from class com.waveset.adapter.ResourceAdapterBase |
_cache, _context, _excludedAccountsRule, _excludedAccountsRuleInited, _listAllObjectsAttrParse, _listAllObjectsAttrParseName, _listUserAttrParse, _listUserAttrParseName, _listUserGroupsAttrParse, _listUserGroupsAttrParseName, _resource, _thread, _trace, displayInfoCode, RA_BLOCKCOUNT, RA_LOGIN_ACTION, RA_LOGOFF_ACTION, RA_MULTI_VALUED_ATTRS, RA_TEST_MODE |
Constructor Summary | |
RedHatLinuxResourceAdapter()
|
Method Summary | |
Resource |
createPrototypeResource()
Non-static version of staticCreatePrototypeResource() |
protected java.lang.String |
getGroupCreateGroupOpt()
|
java.lang.String |
getLoginPasswordAttrName()
|
java.lang.String |
getLoginUserAttrName()
|
static Resource |
staticCreatePrototypeResource()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final java.lang.String RESOURCE_USER_FORM
public static final java.lang.String LOGIN_USER
public static final java.lang.String LOGIN_PASSWORD
public static final java.lang.String RESTYPE_DISPLAY_NAME
public static final java.lang.String RA_USERADD_CREATE_GROUP
Constructor Detail |
public RedHatLinuxResourceAdapter()
Method Detail |
public static Resource staticCreatePrototypeResource() throws WavesetException
WavesetException
public Resource createPrototypeResource() throws WavesetException
createPrototypeResource
in interface ResourceAdapter
createPrototypeResource
in class SVIDResourceAdapter
WavesetException
public java.lang.String getLoginUserAttrName()
getLoginUserAttrName
in class LinuxResourceAdapter
public java.lang.String getLoginPasswordAttrName()
getLoginPasswordAttrName
in class LinuxResourceAdapter
protected java.lang.String getGroupCreateGroupOpt()
getGroupCreateGroupOpt
in class LinuxResourceAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |