public class Authorization extends Object
Constructor and Description |
---|
Authorization() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
parseAuthorizationDigest(StringReader input)
Parses an HTTP Authorization header for DIGEST authentication as per RFC
2617 section 3.2.2.
|
public static Map<String,String> parseAuthorizationDigest(StringReader input) throws IllegalArgumentException, IOException
input
- The header value to parseString
s or
null
if a parsing error occurs. Although the
values returned are String
s they will have been
validated to ensure that they conform to RFC 2617.IllegalArgumentException
- If the header does not conform to RFC
2617IOException
- If an error occurs while reading the inputCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.