Example usage for org.springframework.security.oauth2.provider.client BaseClientDetails subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.client BaseClientDetails subclass-usage

Introduction

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

Usage

From source file org.openmhealth.dsu.domain.SimpleClientDetails.java

/**
 * The details of an OAuth 2.0 client. This class only exists to extend {@link BaseClientDetails} and mark the client
 * identifier as the Spring Data identifier used for persistence.
 *
 * @author Emerson Farrugia
 */