Java org.springframework.security.oauth2.client.resource UserRedirectRequiredException fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetRedirectUri()
The uri to which the user is to be redirected.
MapgetRequestParams()
The request parameters that are to be appended to the uri.
StringgetStateKey()
The key to the state to preserve.
voidsetStateKey(String stateKey)
The key to the state to preserve.
voidsetStateToPreserve(Object stateToPreserve)
The state that needs to be preserved and set up in the security context when the user returns.