You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-cli/samples
Greg Turnquist 53f67a448f Auto-configure Spring Security OAuth2 when detected on the classpath
* Automatically spin up Authorization Server and Resource Server
* Automatically configures method level security included OAuth2Expression handler
* Wrote extensive unit tests verifying default behavior as well as the auto-configuration backing off when custom Authorization/Resource servers are included
* Created org.springframework.boot.security.oauth2 subpackage to contain it
* Can also disable either resource of authorization server completely with a single property for each
* Print out the auto-generated secrets and other settings
* Added spring-boot-sample-secure-oauth2 to provide a sample that can be run and poked with curl as well as some automated tests.
* Make users ask for which servers to install by adding @Enable*
* User has to @EnableGlobalMethodSecurity instead of using properties files

Add Spring Security OAuth2 support to Spring Boot CLI

* Triggered from either @EnableAuthorizationServer or @EnableResourceServer
* Needs to have @EnableGlobalMethodSecurity to allow picking the annotation model.
* By default, comes with import support for @PreAuthorize, @PreFilter, @PostAuthorize, and @PostFilter via a single start import
* Also need import support for the enable annotations mentioned above.
* Added extra test case and sample (oauth2.groovy)
10 years ago
..
actuator.groovy Add tests for loading dependencies in starters without parent 11 years ago
app.groovy Make "." be the CLI's default classpath 11 years ago
beans.groovy Polish 11 years ago
caching.groovy Polish 10 years ago
device.groovy Use simplified @Grab where possible 11 years ago
http.groovy Polish 10 years ago
integration.groovy CLI Integration Sample Shutdown 11 years ago
jms.groovy Avoid duplicate script 10 years ago
job.groovy Polish 11 years ago
oauth2.groovy Auto-configure Spring Security OAuth2 when detected on the classpath 10 years ago
rabbit.groovy Improve RabbitMQ support in CLI 10 years ago
reactor.groovy Start building against Reactor 2.0.1 snapshots 10 years ago
runner.groovy Polish 11 years ago
runner.xml Change package names zero->boot 11 years ago
secure.groovy Add tests for loading dependencies in starters without parent 11 years ago
template.groovy Enhance Groovy template support in CLI 11 years ago
tx.groovy Polish 11 years ago
ui.groovy Switch to thymeleaf-spring4 11 years ago
web.groovy Polish 11 years ago