bfc6d480c8
* Add NDC and JBoss Logging to the demo application * NDC for Log4j, Log4j2 and JBoss Logging * Simplify NDC example by making it a single operation instead of two * Make NDC example as RestController, Use JBoss Logging only as a logging bridge * Fix merge conflicts in pull request - log-mdc pom.xml updated * BAEL-445 Update to Spring security SpEL example * BAEL-445: Change tabs to spaces in the updated code * BAEL-245: Add Enum Serialization exmaple * BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore * Add more enum serialization examples to align with previous example and prevent build fail * BAEL-611: Minor formatting changes * BAEL-611: Update Test case method names * BAEL-611 Add JAX-WS client and JUnit Test * BAEL-245: Issue 1753. Fix the typo - change from writeNumber() to writeString() * BAEL-741: Spring Security Multiple Authentication Providers * BAEL-741: Spring Security Multiple Authentication Providers * Remove unnecessary change in pom.xml * BAEL-802: Drools Excel example |
||
---|---|---|
.. | ||
WebContent/META-INF | ||
src | ||
README.MD | ||
pom.xml |
README.MD
###The Course The "REST With Spring" Classes: http://github.learnspringsecurity.com
###Relevant Articles:
- A Custom Security Expression with Spring Security
- Custom AccessDecisionVoters in Spring Security
- Spring Security: Authentication with a Database-backed UserDetailsService
- Two Login Pages with Spring Security
- Multiple Entry Points in Spring Security
- Multiple Authentication Providers in Spring Security