Class SaslGssApiRequest

    • Field Detail

      • kdcHost

        protected String kdcHost
        The KDC host
      • kdcPort

        protected int kdcPort
        The KDC port
      • krb5ConfFilePath

        protected String krb5ConfFilePath
        The krb5.conf file absolute path
      • loginContextName

        protected String loginContextName
        The name for the LoginContext object
    • Constructor Detail

      • SaslGssApiRequest

        public SaslGssApiRequest()
        Creates a new instance of SaslGssApiRequest.
    • Method Detail

      • getKdcHost

        public String getKdcHost()
        Gets the KDC host.
        Returns:
        the KDC host
      • getKdcPort

        public int getKdcPort()
        Gets the KDC port.
        Returns:
        the KDC port
      • getKrb5ConfFilePath

        public String getKrb5ConfFilePath()
        Gets the (absolute) path to the 'krb5.conf' file.
        Returns:
        the (absolute) path to the 'krb5.conf' file
      • setKdcHost

        public void setKdcHost​(String kdcHost)
        Sets the KDC host.
        Parameters:
        kdcHost - the KDC host
      • setKdcPort

        public void setKdcPort​(int kdcPort)
        Sets the KDC port.
        Parameters:
        kdcPort - the KDC port
      • setKrb5ConfFilePath

        public void setKrb5ConfFilePath​(String krb5ConfFilePath)
        Sets the (absolute) path to the 'krb5.conf' file.
        Parameters:
        krb5ConfFilePath - the (absolute) path to the 'krb5.conf' file
      • setLoginContextName

        public void setLoginContextName​(String loginContextName)
        Sets the name for the LoginContext object.
        Parameters:
        loginContextName - the name for the LoginContext object
      • setLoginModuleConfiguration

        public void setLoginModuleConfiguration​(Configuration loginModuleConfiguration)
        Sets the Configuration object for Login Module.
        Parameters:
        loginModuleConfiguration - the Configuration object for Login Module