public final class AuthenticateHeaderParser extends Object
parse(String)| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticateHeaderParser.AuthParam |
static class |
AuthenticateHeaderParser.Challenge |
static class |
AuthenticateHeaderParser.ChallengeWithAuthParams |
static class |
AuthenticateHeaderParser.Token68Challenge |
| Modifier and Type | Method and Description |
|---|---|
static List<AuthenticateHeaderParser.Challenge> |
parse(String input)
Parses the content of an
Authenticate or Proxy-Authenticate HTTP Header. |
public static List<AuthenticateHeaderParser.Challenge> parse(String input) throws de.unkrig.commons.text.parser.ParseException
Authenticate or Proxy-Authenticate HTTP Header.de.unkrig.commons.text.parser.ParseExceptionCopyright © 2018 Arno Unkrig. All rights reserved.