File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
- Spring Security [ config] ( src/main/java/io/spring/sample/graphql/SecurityConfig.java ) secures GraphQL HTTP endpoint.
4
4
- Fine-grained, method-level security on [ SalaryService] ( src/main/java/io/spring/sample/graphql/SalaryService.java ) .
5
5
- ` AuthenticationException ` and ` AccessDeniedException ` resolved to GraphQL errors.
6
- - [ Tests] ( src/test/java/io/spring/sample/graphql/SampleApplicationTests .java ) with ` WebGraphQlTester ` and WebFlux without a server.
6
+ - [ Tests] ( src/test/java/io/spring/sample/graphql/WebFluxSecuritySampleTests .java ) with ` WebGraphQlTester ` and WebFlux without a server.
Original file line number Diff line number Diff line change 3
3
- Spring Security [ config] ( src/main/java/io/spring/sample/graphql/SecurityConfig.java ) secures GraphQL HTTP endpoint.
4
4
- Fine-grained, method-level security on [ SalaryService] ( src/main/java/io/spring/sample/graphql/SalaryService.java ) .
5
5
- ` AuthenticationException ` and ` AccessDeniedException ` resolved to GraphQL errors.
6
- - [ Tests] ( src/test/java/io/spring/sample/graphql/SampleApplicationTests .java ) with ` WebGraphQlTester ` and WebFlux without a server.
6
+ - [ Tests] ( src/test/java/io/spring/sample/graphql/WebMvcHttpSecuritySampleTests .java ) with ` WebGraphQlTester ` without a server.
Original file line number Diff line number Diff line change 4
4
- Querydsl [ GraphQlRepository] ( src/main/java/io/spring/sample/graphql/repository/ArtifactRepositories.java ) making JPA queries.
5
5
- Use of [ ThreadLocalAccessor] ( src/main/java/io/spring/sample/graphql/greeting/RequestAttributesAccessor.java ) to propagate context to data fetchers.
6
6
- Schema printing enabled at "/graphql/schema".
7
- - [ Tests] ( src/test/java/io/spring/sample/graphql/project/MockMvcGraphQlTests .java ) with ` GraphQlTester ` and MockMvc.
7
+ - [ Tests] ( src/test/java/io/spring/sample/graphql/project/ProjectControllerTests .java ) with ` GraphQlTester ` .
You can’t perform that action at this time.
0 commit comments