public class HttpAuthenticationScheme extends Object
HttpRequest
to obtain the HTTP authentication scheme
information.Modifier and Type | Method and Description |
---|---|
String |
getAuthentiationScheme()
Obtains the HTTP authentication scheme.
|
static HttpAuthenticationScheme |
getHttpAuthenticationScheme(HttpRequest request)
|
String |
getParameters()
Obtains the parameters.
|
public static HttpAuthenticationScheme getHttpAuthenticationScheme(HttpRequest request)
request
- HttpRequest
.HttpAuthenticationScheme
or null
if not
available on HttpRequest
.public String getAuthentiationScheme()
public String getParameters()
null
if no parameters.Copyright © 2005–2016. All rights reserved.