Skip navigation links
A C D E G I L O P S T V 

A

AccessLevel - Enum in org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support
The specific access level granted to the Cloud Foundry user that's calling the endpoints.
afterPropertiesSet() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 
appDeploymentProperties() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 
authoritiesExtractor() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.CloudFoundryOAuthSecurityConfiguration.CloudFoundryUAAConfiguration
 

C

CloudFoundryAuthorizationException - Exception in org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support
Authorization exceptions thrown to limit access to the endpoints.
CloudFoundryDataflowAuthoritiesExtractor - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support
This Spring Cloud Data Flow AuthoritiesExtractor will assign all CoreSecurityRoles to the authenticated OAuth2 user IF the user is a "Space Developer" in Cloud Foundry.
CloudFoundryDataflowAuthoritiesExtractor(CloudFoundrySecurityService) - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundryDataflowAuthoritiesExtractor
 
CloudFoundryDataFlowServerConfiguration - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config
Configuration class for customizing Cloud Foundry deployer.
CloudFoundryDataFlowServerConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 
CloudFoundryOAuthSecurityConfiguration - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config.security
When running inside Cloud Foundry, this 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.
CloudFoundryOAuthSecurityConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.CloudFoundryOAuthSecurityConfiguration
 
CloudFoundryOAuthSecurityConfiguration.CloudFoundryUAAConfiguration - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config.security
 
CloudFoundryPrincipalExtractor - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support
A Cloud Foundry specific PrincipalExtractor that extracts the username.
CloudFoundryPrincipalExtractor() - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundryPrincipalExtractor
 
cloudFoundrySecurityService() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.CloudFoundryOAuthSecurityConfiguration.CloudFoundryUAAConfiguration
 
CloudFoundrySecurityService - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support
Cloud Foundry security service to handle REST calls to the cloud controller and UAA.
CloudFoundrySecurityService(OAuth2RestTemplate, String, String) - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundrySecurityService
 
cloudFoundryServerConfigurationProperties() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 
CloudFoundryServerConfigurationProperties - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config
ConfigurationProperties class to configure various settings of Data Flow running on Cloud Foundry.
CloudFoundryServerConfigurationProperties() - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
 
CloudFoundryUAAConfiguration() - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.CloudFoundryOAuthSecurityConfiguration.CloudFoundryUAAConfiguration
 

D

debugReactor - Variable in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
Whether to turn on reactor style stacktraces.
delegatingResourceLoader(MavenProperties) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 

E

extractAuthorities(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundryDataflowAuthoritiesExtractor
The returned List of GrantedAuthoritys contains all roles from CoreSecurityRoles.
extractPrincipal(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundryPrincipalExtractor
 

G

get(HttpServletRequest) - Static method in enum org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.AccessLevel
 
getAccessLevel(String, String) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundrySecurityService
Return the access level that should be granted to the given token.
getFreeDiskSpacePercentage() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
 
getReason() - Method in exception org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundryAuthorizationException
Return the reason why the authorization exception was thrown.
getStatusCode() - Method in exception org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundryAuthorizationException
Return the status code that should be returned to the client.

I

init() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.CloudFoundryOAuthSecurityConfiguration
 
isAccessAllowed(String) - Method in enum org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.AccessLevel
Returns if the access level should allow access to the specified endpoint path.
isDebugReactor() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
 
isSpaceDeveloper() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.CloudFoundrySecurityService
Returns true if the user (using the access-token from OAuth2RestTemplate) has full AccessLevel.FULL for the provided applicationId

L

lruCleaningResourceLoaderInstaller(CloudFoundryServerConfigurationProperties, MavenProperties) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 

O

org.springframework.cloud.dataflow.server.cloudfoundry.config - package org.springframework.cloud.dataflow.server.cloudfoundry.config
 
org.springframework.cloud.dataflow.server.cloudfoundry.config.security - package org.springframework.cloud.dataflow.server.cloudfoundry.config.security
 
org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support - package org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support
 

P

postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.TaskFeatureAutoToggleEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
 
put(HttpServletRequest) - Method in enum org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.AccessLevel
 

S

setDebugReactor(boolean) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
 
setFreeDiskSpacePercentage(int) - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryServerConfigurationProperties
 

T

taskDeploymentProperties() - Method in class org.springframework.cloud.dataflow.server.cloudfoundry.config.CloudFoundryDataFlowServerConfiguration
 
TaskFeatureAutoToggleEnvironmentPostProcessor - Class in org.springframework.cloud.dataflow.server.cloudfoundry.config
An EnvironmentPostProcessor that turns off task support for Cloud Controller API versions that are not supported.
TaskFeatureAutoToggleEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.dataflow.server.cloudfoundry.config.TaskFeatureAutoToggleEnvironmentPostProcessor
 

V

valueOf(String) - Static method in enum org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.AccessLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.server.cloudfoundry.config.security.support.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I L O P S T V 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.