Package | Description |
---|---|
org.pentaho.di.repository | |
org.pentaho.di.repository.filerep | |
org.pentaho.di.repository.kdr |
Modifier and Type | Interface and Description |
---|---|
interface |
RepositorySecurityManager
This interface defines any security management related APIs that are required for a repository.
|
interface |
RepositorySecurityProvider
This is the interface to the security provider for the repositories out there.
|
interface |
RepositorySecurityUserValidator |
Modifier and Type | Method and Description |
---|---|
IRepositoryService |
Repository.getService(Class<? extends IRepositoryService> clazz)
Retrieves a given repository service
|
Modifier and Type | Method and Description |
---|---|
List<Class<? extends IRepositoryService>> |
Repository.getServiceInterfaces()
Retrieves the current list of of IRepository Services.
|
Modifier and Type | Method and Description |
---|---|
IRepositoryService |
Repository.getService(Class<? extends IRepositoryService> clazz)
Retrieves a given repository service
|
boolean |
Repository.hasService(Class<? extends IRepositoryService> clazz)
Checks whether a given repository service is available or not
|
Modifier and Type | Class and Description |
---|---|
class |
KettleFileRepositorySecurityProvider |
Modifier and Type | Method and Description |
---|---|
IRepositoryService |
KettleFileRepository.getService(Class<? extends IRepositoryService> clazz) |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends IRepositoryService>> |
KettleFileRepository.getServiceInterfaces() |
Modifier and Type | Method and Description |
---|---|
IRepositoryService |
KettleFileRepository.getService(Class<? extends IRepositoryService> clazz) |
boolean |
KettleFileRepository.hasService(Class<? extends IRepositoryService> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
KettleDatabaseRepositorySecurityProvider |
Modifier and Type | Method and Description |
---|---|
IRepositoryService |
KettleDatabaseRepository.getService(Class<? extends IRepositoryService> clazz) |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends IRepositoryService>> |
KettleDatabaseRepository.getServiceInterfaces() |
Modifier and Type | Method and Description |
---|---|
IRepositoryService |
KettleDatabaseRepository.getService(Class<? extends IRepositoryService> clazz) |
boolean |
KettleDatabaseRepository.hasService(Class<? extends IRepositoryService> clazz) |
Copyright © 2018 Hitachi Vantara. All rights reserved.