Java org.springframework.security.oauth2.common.util OAuth2Utils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.common.util OAuth2Utils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.common.util OAuth2Utils.

The text is from its open source code.

Subclass

org.springframework.security.oauth2.common.util.OAuth2Utils has subclasses.
Click this link to see all its subclasses.

Field

StringCLIENT_ID
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StringSTATE
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StringSCOPE
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StringREDIRECT_URI
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StringRESPONSE_TYPE
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StringUSER_OAUTH_APPROVAL
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StringSCOPE_PREFIX
Constant to use as a prefix for scope approval
StringGRANT_TYPE
Constant to use while parsing and formatting parameter maps for OAuth2 requests

Method

MapextractMap(String query)
Extract a map from a query string.
StringformatParameterList(Collection value)
Formats a set of string values into a format appropriate for sending as a single-valued form value.
SetparseParameterList(String values)
Parses a string parameter value into a set of strings.