|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.di.repository.UserInfo
public class UserInfo
| Field Summary | |
|---|---|
static String |
REPOSITORY_ELEMENT_TYPE
|
| Constructor Summary | |
|---|---|
UserInfo()
|
|
UserInfo(IUser copyFrom)
copy constructor |
|
UserInfo(String login)
|
|
UserInfo(String login,
String password,
String username,
String description,
boolean enabled)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the user's description |
String |
getLogin()
Get the login for a the user |
String |
getName()
The name of the user maps to the login id |
ObjectId |
getObjectId()
Get the object id |
String |
getPassword()
Get the password for the user |
RepositoryDirectory |
getRepositoryDirectory()
Not used in this case, simply return root / |
String |
getRepositoryElementType()
|
String |
getUsername()
Get the user name for the user |
boolean |
isEnabled()
Check if the user is enabled or not |
void |
setDescription(String description)
Set the description of the user |
void |
setDisabled()
|
void |
setEnabled()
|
void |
setEnabled(boolean enabled)
Make the user enabled or disabled |
void |
setLogin(String login)
Set the login for the user |
void |
setName(String name)
Set the name of the user. |
void |
setObjectId(ObjectId id)
Set the object id of this user |
void |
setPassword(String password)
Set the password for the |
void |
setRepositoryDirectory(RepositoryDirectory repositoryDirectory)
|
void |
setUsername(String username)
Set the user name for the user |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REPOSITORY_ELEMENT_TYPE
| Constructor Detail |
|---|
public UserInfo(IUser copyFrom)
copyFrom -
public UserInfo(String login,
String password,
String username,
String description,
boolean enabled)
public UserInfo(String login)
public UserInfo()
| Method Detail |
|---|
public void setLogin(String login)
IUser
setLogin in interface IUserpublic String getLogin()
IUser
getLogin in interface IUserpublic void setPassword(String password)
IUser
setPassword in interface IUserpublic String getPassword()
IUser
getPassword in interface IUserpublic void setUsername(String username)
IUser
setUsername in interface IUserpublic String getUsername()
IUser
getUsername in interface IUserpublic void setDescription(String description)
IUser
setDescription in interface IUserpublic String getDescription()
IUser
getDescription in interface IUserpublic void setEnabled()
public void setDisabled()
public void setEnabled(boolean enabled)
IUser
setEnabled in interface IUserpublic ObjectId getObjectId()
IUser
getObjectId in interface IUserpublic void setObjectId(ObjectId id)
IUser
setObjectId in interface IUserpublic boolean isEnabled()
IUser
isEnabled in interface IUserpublic RepositoryDirectory getRepositoryDirectory()
public void setRepositoryDirectory(RepositoryDirectory repositoryDirectory)
public String getRepositoryElementType()
public String getName()
getName in interface IUserpublic void setName(String name)
setName in interface IUsername - The name of the user maps to the login id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||