| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.parse(String value) |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
HttpRequest.getAuthType() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.setAuthType(AuthType authType) |
| Constructor and Description |
|---|
OAuthArguments(AuthType auth,
javax.servlet.http.HttpServletRequest request)
Parse OAuthArguments from parameters to the makeRequest servlet.
|
OAuthArguments(AuthType auth,
Map<String,String> map)
Parse OAuthArguments from a Map of settings
|
| Constructor and Description |
|---|
OAuth2Arguments(AuthType auth,
Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
View.getAuthType() |
AuthType |
RequestAuthenticationInfo.getAuthType() |
AuthType |
Preload.getAuthType() |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
ProxyUriManager.ProxyUri.getAuthType() |
| Modifier and Type | Method and Description |
|---|---|
ProxyUriManager.ProxyUri |
ProxyUriManager.ProxyUri.setAuthType(AuthType authType) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.