Class KerberosUtil

java.lang.Object
org.pentaho.di.core.auth.kerberos.KerberosUtil

public class KerberosUtil extends Object
  • Field Details

    • KERBEROS_APP_NAME

      public static final String KERBEROS_APP_NAME
      The application name to use when creating login contexts.
      See Also:
    • PENTAHO_JAAS_DEBUG

      public static final String PENTAHO_JAAS_DEBUG
      The environment property to set to enable JAAS debugging for the LoginConfiguration created by this utility.
      See Also:
    • LOGIN_CONFIG_BASE

      public static final Map<String,String> LOGIN_CONFIG_BASE
      Base properties to be inherited by all other LOGIN_CONFIG* configuration maps.
    • LOGIN_CONFIG_OPTS_KERBEROS_KEYTAB

      public static final Map<String,String> LOGIN_CONFIG_OPTS_KERBEROS_KEYTAB
      Login Configuration options for KERBEROS_KEYTAB mode.
  • Constructor Details

    • KerberosUtil

      public KerberosUtil()
  • Method Details