public class AuthUtil extends Object
Copyright (c) 2008
Boomi Software
Constructor and Description |
---|
AuthUtil() |
Modifier and Type | Method and Description |
---|---|
static org.restlet.data.ChallengeScheme |
determineScheme(String header)
Attempts to determine a challenge scheme from a given string.
|
public static org.restlet.data.ChallengeScheme determineScheme(String header)
header
- The auth header string to parse to determine the ChallengeScheme
.ChallengeScheme
if we could build it, null
otherwise.