Class SPNEGOContext

    • Field Detail

      • kerberosSettings

        @Nullable
        private KerberosSettings kerberosSettings
        The Kerberos settings.
      • contextAcceptor

        @Nullable
        private GSSContextAcceptor contextAcceptor
        Utility class that manages credentials and state for GSS loop.
    • Constructor Detail

      • SPNEGOContext

        public SPNEGOContext()
    • Method Detail

      • getKerberosSettings

        @Nullable
        public KerberosSettings getKerberosSettings()
        Get the Kerberos settings.
        Returns:
        the Kerberos settings
      • setKerberosSettings

        public void setKerberosSettings​(@Nullable
                                        KerberosSettings settings)
        Set the Kerberos settings.
        Parameters:
        settings - the Kerberos settings
      • getContextAcceptor

        @Nullable
        public GSSContextAcceptor getContextAcceptor()
        Get the context acceptor for the current request.
        Returns:
        context acceptor
      • setContextAcceptor

        public void setContextAcceptor​(@Nullable
                                       GSSContextAcceptor acceptor)
        Set the context acceptor for the current request.
        Parameters:
        acceptor - context acceptor