public final class HttpConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORIZATION_HEADER
HTTP header used by the client endpoint during an authentication sequence.
|
static String |
BASIC
HTTP header prefix used during the Basic authentication sequence.
|
static String |
DIGEST
HTTP header prefix used during the Basic authentication sequence.
|
static String |
NEGOTIATE
HTTP header prefix used by the SPNEGO client/server endpoints during an
authentication sequence.
|
static String |
WWW_AUTHENTICATE_HEADER
HTTP header used by the server endpoint during an authentication sequence.
|
public static final String WWW_AUTHENTICATE_HEADER
public static final String AUTHORIZATION_HEADER
public static final String NEGOTIATE
public static final String BASIC
public static final String DIGEST
Copyright © 2022 Apache Software Foundation. All rights reserved.