Java org.springframework.security.oauth2.client.token AccessTokenRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.token AccessTokenRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client.token AccessTokenRequest.

The text is from its open source code.

Method

voidadd(K key, @Nullable V value)
Add the given single value to the current list of values for the given key.
booleancontainsKey(Object key)
Returns true if this map contains a mapping for the specified key.
Vget(Object key)
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
StringgetAuthorizationCode()
StringgetCookie()
StringgetCurrentUri()
OAuth2AccessTokengetExistingToken()
VgetFirst(K key)
Return the first value for the given key.
Map>getHeaders()
ObjectgetPreservedState()
StringgetStateKey()
voidset(K key, @Nullable V value)
Set the given single value under the given key.
voidsetAll(Map values)
Set the given values under.
voidsetCookie(String cookie)
voidsetCurrentUri(String uri)
voidsetHeaders(Map> headers)
voidsetPreservedState(Object state)
voidsetStateKey(String state)