@Deprecated public class DefaultAccessTokenRequest extends Object implements AccessTokenRequest, Serializable
| Constructor and Description |
|---|
DefaultAccessTokenRequest()
Deprecated.
|
DefaultAccessTokenRequest(Map<String,String[]> parameters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value)
Deprecated.
|
void |
addAll(org.springframework.util.MultiValueMap<String,String> map)
Deprecated.
|
void |
addAll(String key,
List<? extends String> values)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object key)
Deprecated.
|
boolean |
containsValue(Object value)
Deprecated.
|
Set<Map.Entry<String,List<String>>> |
entrySet()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
List<String> |
get(Object key)
Deprecated.
|
String |
getAuthorizationCode()
Deprecated.
The authorization code for this context.
|
String |
getCookie()
Deprecated.
|
String |
getCurrentUri()
Deprecated.
The current URI that is being handled on the client.
|
OAuth2AccessToken |
getExistingToken()
Deprecated.
|
String |
getFirst(String key)
Deprecated.
|
Map<? extends String,? extends List<String>> |
getHeaders()
Deprecated.
|
Object |
getPreservedState()
Deprecated.
|
String |
getStateKey()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
boolean |
isError()
Deprecated.
|
Set<String> |
keySet()
Deprecated.
|
List<String> |
put(String key,
List<String> value)
Deprecated.
|
void |
putAll(Map<? extends String,? extends List<String>> m)
Deprecated.
|
List<String> |
remove(Object key)
Deprecated.
|
void |
set(String key,
String value)
Deprecated.
|
void |
setAll(Map<String,String> values)
Deprecated.
|
void |
setAuthorizationCode(String code)
Deprecated.
|
void |
setCookie(String cookie)
Deprecated.
|
void |
setCurrentUri(String uri)
Deprecated.
|
void |
setExistingToken(OAuth2AccessToken existingToken)
Deprecated.
|
void |
setHeaders(Map<? extends String,? extends List<String>> headers)
Deprecated.
|
void |
setPreservedState(Object state)
Deprecated.
|
void |
setStateKey(String state)
Deprecated.
|
int |
size()
Deprecated.
|
Map<String,String> |
toSingleValueMap()
Deprecated.
|
String |
toString()
Deprecated.
|
Collection<List<String>> |
values()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean isError()
isError in interface AccessTokenRequestpublic Object getPreservedState()
getPreservedState in interface AccessTokenRequestpublic void setPreservedState(Object state)
setPreservedState in interface AccessTokenRequestpublic String getStateKey()
getStateKey in interface AccessTokenRequestpublic void setStateKey(String state)
setStateKey in interface AccessTokenRequestpublic String getCurrentUri()
getCurrentUri in interface AccessTokenRequestpublic void setCurrentUri(String uri)
setCurrentUri in interface AccessTokenRequestpublic String getAuthorizationCode()
getAuthorizationCode in interface AccessTokenRequestpublic void setAuthorizationCode(String code)
setAuthorizationCode in interface AccessTokenRequestpublic void setCookie(String cookie)
setCookie in interface AccessTokenRequestpublic String getCookie()
getCookie in interface AccessTokenRequestpublic void setHeaders(Map<? extends String,? extends List<String>> headers)
setHeaders in interface AccessTokenRequestpublic Map<? extends String,? extends List<String>> getHeaders()
getHeaders in interface AccessTokenRequestpublic void setExistingToken(OAuth2AccessToken existingToken)
setExistingToken in interface AccessTokenRequestpublic OAuth2AccessToken getExistingToken()
getExistingToken in interface AccessTokenRequestpublic boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<String,List<String>>public boolean containsValue(Object value)
containsValue in interface Map<String,List<String>>public Collection<List<String>> values()
public boolean equals(Object o)
public int hashCode()
Copyright © 2021. All rights reserved.