ettle-engine.8.3.0.0-0.2.5.source-code.kettle-authentication-providers.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kettle-engine Show documentation
Show all versions of kettle-engine Show documentation
Container pom for Pentaho Data Integration modules
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <authentication-providers> <authentication-provider id="UsernameAndPassword"> <description>UsernameAndPassword</description> <tooltip>Username And Password</tooltip> <classname>org.pentaho.di.core.auth.UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType</classname> <documentation_url/> <cases_url/> <forum_url/> </authentication-provider> <authentication-provider id="Kerberos"> <description>Kerberos</description> <tooltip>Kerberos</tooltip> <classname>org.pentaho.di.core.auth.KerberosAuthenticationProvider.KerberosAuthenticationProviderType</classname> <documentation_url/> <cases_url/> <forum_url/> </authentication-provider> </authentication-providers>