The Spring Security OAuth project provides support for using Spring Security with OAuth 2 authorization using the standard Spring Framework and Spring Security programming models and configuration idioms.
OAuth 2 support in Spring Security
Resource owner
The resource owner can be one or multiple sources, and in the context of the JBCP calendar, it is going to have the calendar application as the resource owner. The JBCP calendar will not have any specific configuration that is needed to denote its ownership aside from configuring the resource server.
Resource server
The...