Uses of Interface
org.pentaho.di.repository.IUser

Packages that use IUser
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.repository.filerep   
org.pentaho.di.repository.kdr   
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.ui.repository.dialog   
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of IUser in org.pentaho.di.repository
 

Classes in org.pentaho.di.repository that implement IUser
 class UserInfo
           
 

Methods in org.pentaho.di.repository that return IUser
 IUser RepositorySecurityManager.constructUser()
           
 IUser BaseRepositorySecurityProvider.getUserInfo()
           
 IUser RepositorySecurityProvider.getUserInfo()
           
 IUser Repository.getUserInfo()
           
 IUser RepositorySecurityManager.loadUserInfo(String username)
           
 

Methods in org.pentaho.di.repository that return types with arguments of type IUser
 List<IUser> RepositorySecurityManager.getUsers()
           
 

Methods in org.pentaho.di.repository with parameters of type IUser
 void RepositorySecurityManager.saveUserInfo(IUser user)
           
 void RepositorySecurityManager.updateUser(IUser user)
           
 

Method parameters in org.pentaho.di.repository with type arguments of type IUser
 void RepositorySecurityManager.deleteUsers(List<IUser> users)
           
 void RepositorySecurityManager.setUsers(List<IUser> users)
           
 

Constructors in org.pentaho.di.repository with parameters of type IUser
BaseRepositorySecurityProvider(RepositoryMeta repositoryMeta, IUser userInfo)
           
UserInfo(IUser copyFrom)
          copy constructor
 

Uses of IUser in org.pentaho.di.repository.filerep
 

Methods in org.pentaho.di.repository.filerep that return IUser
 IUser KettleFileRepository.getUserInfo()
           
 

Uses of IUser in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return IUser
 IUser KettleDatabaseRepositorySecurityProvider.constructUser()
           
 IUser KettleDatabaseRepository.getUserInfo()
           
 IUser KettleDatabaseRepositorySecurityProvider.loadUserInfo(String login)
           
 

Methods in org.pentaho.di.repository.kdr that return types with arguments of type IUser
 List<IUser> KettleDatabaseRepositorySecurityProvider.getUsers()
           
 

Methods in org.pentaho.di.repository.kdr with parameters of type IUser
 void KettleDatabaseRepositorySecurityProvider.saveUserInfo(IUser userInfo)
           
 void KettleDatabaseRepositorySecurityProvider.updateUser(IUser user)
           
 

Method parameters in org.pentaho.di.repository.kdr with type arguments of type IUser
 void KettleDatabaseRepositorySecurityProvider.deleteUsers(List<IUser> users)
           
 void KettleDatabaseRepositorySecurityProvider.setUsers(List<IUser> users)
           
 

Constructors in org.pentaho.di.repository.kdr with parameters of type IUser
KettleDatabaseRepositorySecurityProvider(KettleDatabaseRepository repository, RepositoryMeta repositoryMeta, IUser userInfo)
           
 

Uses of IUser in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return IUser
 IUser KettleDatabaseRepositoryUserDelegate.loadUserInfo(IUser userInfo, String login)
           
 IUser KettleDatabaseRepositoryUserDelegate.loadUserInfo(IUser userInfo, String login, String passwd)
          Load user with login from repository and verify the password...
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type IUser
 RowMetaAndData KettleDatabaseRepositoryUserDelegate.fillTableRow(IUser userInfo)
           
 IUser KettleDatabaseRepositoryUserDelegate.loadUserInfo(IUser userInfo, String login)
           
 IUser KettleDatabaseRepositoryUserDelegate.loadUserInfo(IUser userInfo, String login, String passwd)
          Load user with login from repository and verify the password...
 void KettleDatabaseRepositoryUserDelegate.saveUserInfo(IUser userInfo)
           
 

Uses of IUser in org.pentaho.di.ui.repository.dialog
 

Methods in org.pentaho.di.ui.repository.dialog that return IUser
 IUser UserDialog.open()
           
 

Constructors in org.pentaho.di.ui.repository.dialog with parameters of type IUser
UserDialog(Shell parent, int style, Repository repository, IUser userInfo)
          This dialog grabs a UserMeta structure, valid for the specified repository.
 

Uses of IUser in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return IUser
 IUser UIRepositoryUser.getUserInfo()
           
 IUser IUIUser.getUserInfo()
           
 IUser UISecurityUser.getUserInfo()
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type IUser
 IUIUser UIObjectRegistry.constructUIRepositoryUser(IUser user)
           
 

Constructors in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type IUser
UIRepositoryUser(IUser user)