public class HTTPAuthenticationScheme extends Object
The property is one of:
This class uses the typesafe enum pattern. Applications should use the public static final constants defined in this class to specify or to evaluate the HTTP authentication scheme.
Modifier and Type | Field and Description |
---|---|
static HTTPAuthenticationScheme |
BASIC |
static HTTPAuthenticationScheme |
DIGEST |
public static final HTTPAuthenticationScheme BASIC
public static final HTTPAuthenticationScheme DIGEST
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.