@Configuration
@ConditionalOnProperty(name="spring.cloud.dataflow.security.cf-use-uaa",
havingValue="true")
public class CloudFoundryOAuthSecurityConfiguration.CloudFoundryUAAConfiguration
extends Object
| Constructor and Description |
|---|
CloudFoundryUAAConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CloudFoundryDataflowAuthoritiesMapper |
authoritiesExtractor(CloudFoundrySecurityService cloudFoundrySecurityService) |
CloudFoundrySecurityService |
cloudFoundrySecurityService(org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService,
org.springframework.web.client.RestTemplate restTemplate) |
@Bean public CloudFoundryDataflowAuthoritiesMapper authoritiesExtractor(CloudFoundrySecurityService cloudFoundrySecurityService)
@Bean public CloudFoundrySecurityService cloudFoundrySecurityService(org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, org.springframework.web.client.RestTemplate restTemplate)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.