Java org.springframework.security.oauth2.client.token.grant.code AuthorizationCodeResourceDetails fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.token.grant.code AuthorizationCodeResourceDetails 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.grant.code AuthorizationCodeResourceDetails.

The text is from its open source code.

Subclass

org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetClientId()
StringgetClientSecret()
StringgetPreEstablishedRedirectUri()
The redirect URI that has been pre-established with the server.
StringgetRedirectUri(AccessTokenRequest request)
Extract a redirect uri from the resource and/or the current request.
ListgetScope()
StringgetUserAuthorizationUri()
The URI to which the user is to be redirected to authorize an access token.
booleanisScoped()
voidsetAccessTokenUri(String accessTokenUri)
voidsetAuthenticationScheme(AuthenticationScheme authorizationScheme)
voidsetClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme)
voidsetClientId(String clientId)
voidsetClientSecret(String clientSecret)
voidsetGrantType(String grantType)
voidsetPreEstablishedRedirectUri(String preEstablishedRedirectUri)
The redirect URI that has been pre-established with the server.
voidsetScope(List scope)
voidsetTokenName(String tokenName)
voidsetUseCurrentUri(boolean useCurrentUri)
Flag to signal that the current URI (if set) in the request should be used in preference to the pre-established redirect URI.
voidsetUserAuthorizationUri(String userAuthorizationUri)
The URI to which the user is to be redirected to authorize an access token.