AuthoritiesMapper
will assign all
CoreSecurityRoles
to the authenticated OAuth2 user IF the user is a "Space
Developer" in Cloud Foundry.Configuration
class will reconfigure
Spring Cloud Data Flow's security setup in OAuthSecurityConfiguration
, so that
only users with the CF_SPACE_DEVELOPER_ROLE} can access the REST APIs.ConfigurationProperties
class to configure various settings of Data Flow
running on Cloud Foundry.true
if the user (using the access-token from
OAuth2RestTemplate
) has full AccessLevel.FULL
for the provided
applicationId
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.