- Aug 07, 2018
-
-
Daniel Gerhardt authored
Implemented a customized WithMockUser and WithMockUserSecurityContextFactory to mock an Authentication with User and UserProfile.
-
Daniel Gerhardt authored
* AuthenticationProvider-agnostic User object allows access to common user attributes: userId, loginId, authProvider, etc. * Auto-create UserProfiles for external accounts * Use userId (instead of loginId) for permission checks * Use custom implementation for Pac4j integration (remove org.pac4j.spring-security-pac4j) * Move authentication logic from controller to service layer * Remove user room role handling * Rename targetDomainType 'session' to 'room'
-
Daniel Gerhardt authored
-
- Feb 22, 2018
-
-
Daniel Gerhardt authored
-
- Apr 25, 2017
-
-
Daniel Gerhardt authored
-
- Feb 14, 2017
-
-
Daniel Gerhardt authored
* Remove unused code * Optimize imports (group 10+ and static imports) * Remove redundant variable assignments * Replace explicit type parameters with <> * Remove redundant catch blocks * Use varargs instead of explicit array instantiation * Weaken visibility of methods and fields * Simplify conditions * Do not use StringBuilder for simple concatenations * Fix code style * Remove invalid Javadoc
-
- Jan 10, 2017
-
-
Daniel Gerhardt authored
-
- Feb 05, 2016
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- May 25, 2015
-
-
Daniel Gerhardt authored
Test was broken by 7d530139.
-
Daniel Gerhardt authored
-
- Aug 21, 2014
-
-
- May 28, 2014
-
-
Paul-Christian Volkmer authored
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
- May 19, 2014
-
-
Paul-Christian Volkmer authored
-
- Jul 09, 2013
-
-
Christoph Thelen authored
Renamed TEACHER to SPEAKER to adapt roles to ARSnova client, and also added some convenience methods for role handling.
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
-
- Oct 31, 2012
-
-
Paul-Christian Volkmer authored
-
- Oct 25, 2012
-
-
Paul-Christian Volkmer authored
-
Julian Hochstetter authored
add type of user account adjust test for new user account type UserServiceTest which test persistence of the maps
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
This checks if there is a user in current security context. If not, an UnauthorizedException is thrown which will result in HTTP - 401.
-
Paul-Christian Volkmer authored
-
- Sep 20, 2012
-
-
Paul-Christian Volkmer authored
-
- Sep 19, 2012
-
-
Paul-Christian Volkmer authored
LoginControllerTest::testUser() is still included as comment. This test must be reenabled in near future. Finally the security implementation needs much more testing!
-
- Sep 11, 2012
-
-
Julian Hochstetter authored
leiten
-
Julian Hochstetter authored
* Make guest login working with new UserService * Reuse existing guest username * Adapted tests
-
- Sep 10, 2012
-
-
Julian Hochstetter authored
-
- Sep 07, 2012
-
-
Julian Hochstetter authored
-