Commit Graph

2425 Commits

Author SHA1 Message Date
m0cacin0 7d7c5f3d8a Update README.md 2016-06-28 12:30:06 +03:00
m0cacin0 96e903feeb Create README.MD 2016-06-28 12:29:36 +03:00
m0cacin0 1f2666090c Update README.md 2016-06-28 12:29:00 +03:00
m0cacin0 2d65d52274 Update README.md 2016-06-28 12:28:30 +03:00
m0cacin0 46d5938ab6 Update README.md 2016-06-28 12:27:43 +03:00
m0cacin0 779b8ecfd6 Create README.MD 2016-06-28 12:27:04 +03:00
m0cacin0 7d1d632717 Create README.MD 2016-06-28 12:26:30 +03:00
m0cacin0 413ccc79c2 Update README.md 2016-06-28 12:24:40 +03:00
m0cacin0 862c13eb92 Update README.md 2016-06-28 12:22:26 +03:00
m0cacin0 92d44e3dcd Update README.md 2016-06-28 12:21:31 +03:00
m0cacin0 49e996888f Update README.md 2016-06-28 12:21:06 +03:00
m0cacin0 594ab38b16 Update README.md 2016-06-28 12:20:19 +03:00
m0cacin0 d232553cbf Update README.md 2016-06-28 12:16:18 +03:00
m0cacin0 6d897e664b Update README.md 2016-06-28 12:14:10 +03:00
Sameera 718c04ceeb updating test cases 2016-06-28 14:09:00 +05:30
Micah Silverman 532437ae46 Added README. 2016-06-27 23:34:01 -04:00
Micah Silverman 50509bf42b Added endpoints to demonstrate claim enforcement and JWT compression. Updated usage endpoint. 2016-06-27 22:54:45 -04:00
Micah Silverman 38e829ef35 Added JWT CSRF expired handling. 2016-06-27 18:51:07 -04:00
Micah Silverman f1630a0199 Added support for JWT CSRF in Spring Security 2016-06-27 13:26:58 -04:00
Micah Silverman 6a057f33b1 Set configurable secret for parsing. 2016-06-27 09:21:42 -04:00
Micah Silverman 14905fae11 Simplified type checking. 2016-06-27 09:05:44 -04:00
Micah Silverman 29a33c3407 Made BaseController to provide uniform exception response. Made JwtResponse for uniform responses. Added ensureType method to enforce type on registered claims. 2016-06-27 08:18:18 -04:00
Grzegorz Piwowarek 40ed303abc Refactor xml examples 2016-06-26 11:59:31 +02:00
Raquel Garrido 330c8680c9 XML libraries support (#463)
* dom4j

* added more parsers

* StaxParser

* Jaxb binding

* Jaxb binding

* Finish article
2016-06-26 11:55:42 +02:00
Micah Silverman df9e4d7ef5 Updated date method calls. 2016-06-25 21:11:56 -04:00
Grzegorz Piwowarek a661e0e3c9 Add additional AssertJ examples 2016-06-25 17:24:03 +02:00
Álvaro Fernández González 96182a2bf2 Just setting encoding for module on mock comparison. (#461)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.
2016-06-25 17:11:51 +02:00
Micah Silverman bf9c5b3c91 Added HomeController with usage. Updated static and dynamic jwt builders. 2016-06-24 14:53:14 -04:00
Micah Silverman 19ba450c08 Created jjwt tutorial 2016-06-24 12:14:11 -04:00
Slavisa Baeldung 428f3403ea Merge remote-tracking branch 'origin/master' 2016-06-24 15:49:46 +02:00
Dmytro Kulaiev 57ed00a134 Code examples for Java 8 date migration (#460) 2016-06-24 15:41:41 +02:00
Grzegorz Piwowarek 024b4f8f61 Add additional AssertJ examples 2016-06-23 17:34:09 +02:00
Eugen b3e9b08887 Update README.md 2016-06-23 17:15:46 +03:00
Grzegorz Piwowarek 920991ece1 Pom fix 2016-06-23 11:33:25 +02:00
eugenp 0d1d3cbd8b minor cleanup 2016-06-23 10:11:56 +03:00
eugenp 2f627a0bab Merge branch 'master' of https://github.com/eugenp/tutorials 2016-06-23 10:07:03 +03:00
Guillermo Casanova 23c7c7d844 New redis module
We have created this module to work with Redis Java libraries
Jedis tested so far
2016-06-23 02:26:55 +02:00
eugenp 3c17c9ef4a minor cleanup 2016-06-23 01:04:21 +03:00
Alex Theedom d429cb401e Code and tests for AssertJ 2016-06-22 22:42:49 +01:00
Alex Theedom bea86d4a33 Merge pull request #455 from pivovarit/assertj-introduction
Assertj introduction
2016-06-22 21:59:10 +01:00
eugenp 28029711e4 minor cleanup 2016-06-22 17:49:39 +03:00
bhaskey 8f35636ba4 webjars demo project added
webjars directory added to tutorial-master. project is added as
webjarsdemo inside that
2016-06-22 16:29:32 +05:30
Grzegorz Piwowarek 4aa5f7f30c Add second set of assertions 2016-06-21 20:14:22 +02:00
Grzegorz Piwowarek a871f2558f Add first set of assertions 2016-06-21 19:53:15 +02:00
Ivan Paolillo 9f21a102c4 Add JSON Schema validation 2016-06-21 18:13:48 +02:00
Ivan Paolillo 3dbc073fa3 Add gatling example 2016-06-21 18:04:13 +02:00
Ivan Paolillo 3d0b89a66a Add JSON Schema validation 2016-06-21 18:02:14 +02:00
Zeger Hendrikse 9398a29cf6 Merge branch 'master' of https://github.com/bdragan/tutorials into bdragan-master 2016-06-20 22:20:56 +02:00
Grzegorz Piwowarek 83df968617 Initial commit 2016-06-20 07:49:39 +02:00
bdragan 57411aa1c2 Removed copy-pasted comments. 2016-06-19 23:43:13 +02:00