public interface IRegUserInfo
Modifier and Type | Method and Description |
---|---|
String |
getDescr()
Gets the description of the central server administrator or
server cluster administrator
|
String |
getName()
Gets the name of the central server administrator or server
cluster administrator
|
String |
getPassword()
Gets the administrator password
|
String |
getSysUserName()
Gets the operating system user name of the server cluster administrator
|
boolean |
isPasswordAuthAllowed()
Gets the flag that shows whether password authentication is allowed
for the administrator
|
boolean |
isSysAuthAllowed()
Gets the flag that shows whether operating system authentication is
allowed for the administrator
|
void |
setDescr(String descr)
Sets the description of the central server administrator or
server cluster administrator
|
void |
setName(String name)
Sets the name of the central server administrator or server
cluster administrator
|
void |
setPassword(String pwd)
Sets the administrator password
|
void |
setPasswordAuthAllowed(boolean value)
Sets the flag that shows whether password authentication is allowed
for the administrator
|
void |
setSysAuthAllowed(boolean value)
Sets the flag that shows whether operating system authentication is
allowed for the administrator
|
void |
setSysUserName(String name)
Sets the operating system user name of the server cluster administrator
|
String getName()
void setName(String name)
name
- administrator nameString getDescr()
void setDescr(String descr)
descr
- descriptionString getPassword()
void setPassword(String pwd)
pwd
- passwordboolean isPasswordAuthAllowed()
void setPasswordAuthAllowed(boolean value)
value
- flag that shows whether password authentication is allowed
for the administrator (true - if password authentication is
allowed, otherwise - false)boolean isSysAuthAllowed()
void setSysAuthAllowed(boolean value)
value
- flag that shows whether operating system
authentication is allowed for the administrator (true - if
operating system authentication is allowed, otherwise - false)String getSysUserName()
void setSysUserName(String name)
name
- operating system user nameCopyright © '1C' 1996-2012