dstarcev
07/27/2016, 6:49 AMdata class OAuth2Service(
var name: String = "",
val client: OAuth2ProtectedResourceDetails = AuthorizationCodeResourceDetails(),
val resource: ResourceServerProperties = ResourceServerProperties()
)
data class OAuth2ServicesCollection(val services: List<OAuth2Service>)
@Bean
@ConfigurationProperties(prefix = "oauth2")
open fun oauth2() = OAuth2ServicesCollection(mutableListOf<OAuth2Service>())