Example usage for org.springframework.security.oauth2.provider.endpoint AuthorizationEndpoint subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.endpoint AuthorizationEndpoint subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider.endpoint AuthorizationEndpoint subclass-usage.

Usage

From source file org.orcid.core.oauth.service.OrcidAuthorizationEndpoint.java

@RequestMapping(value = "/oauth/authorize")
public class OrcidAuthorizationEndpoint extends AuthorizationEndpoint {

    private String redirectUriError = "forward:/oauth/error/redirect-uri-mismatch";
    private String oauthError = "forward:/oauth/error";
    private OrcidOAuth2RequestValidator orcidOAuth2RequestValidator;