public final class HttpAuthUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpAuthUtils.HttpKerberosClientAction
We'll create an instance of this class within a doAs block so that the client's TGT credentials
can be read from the Subject
|
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION |
static String |
NEGOTIATE |
| Modifier and Type | Method and Description |
|---|---|
static String |
getKerberosServiceTicket(String serverPrinciple,
String host,
Subject loggedInSubject) |
public static final String AUTHORIZATION
public static final String NEGOTIATE
Copyright © 2023 The Apache Software Foundation. All rights reserved.