Class KerberosUtil


  • public class KerberosUtil
    extends Object
    • Field Detail

      • KERBEROS_APP_NAME

        public static final String KERBEROS_APP_NAME
        The application name to use when creating login contexts.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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 Detail

      • KerberosUtil

        public KerberosUtil()