Skip to content

Commit

Permalink
Move SpnegoHandler to different package
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen2112 committed Oct 20, 2021
1 parent 6711f68 commit 82bfa66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import com.google.common.base.CharMatcher;
import com.google.common.net.HostAndPort;
import io.trino.client.auth.kerberos.SpnegoHandler;
import okhttp3.Credentials;
import okhttp3.Interceptor;
import okhttp3.JavaNetCookieJar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.trino.client;
package io.trino.client.auth.kerberos;

import com.google.common.base.Splitter;
import com.google.common.collect.ImmutableMap;
import com.sun.security.auth.module.Krb5LoginModule;
import io.airlift.units.Duration;
import io.trino.client.ClientException;
import okhttp3.Authenticator;
import okhttp3.Interceptor;
import okhttp3.Request;
Expand Down

0 comments on commit 82bfa66

Please sign in to comment.