Download spring security bcrypt Free Java Code

Description

Spring Security bcrypt example.

Source Files

The download file spring-security-bcrypt-master.zip has the following entries.


.gitignore//from  w ww  .j  a v  a 2  s . c  om
.travis.yml
README.md
pom.xml
src/main/java/.gitkeep
src/main/java/com/ffbit/bcrypt/domain/User.java
src/main/java/com/ffbit/bcrypt/domain/UserRole.java
src/main/java/com/ffbit/bcrypt/dto/SignUpForm.java
src/main/java/com/ffbit/bcrypt/repository/UserRepository.java
src/main/java/com/ffbit/bcrypt/repository/UserRepositoryImpl.java
src/main/java/com/ffbit/bcrypt/repository/UserSignUpRepository.java
src/main/java/com/ffbit/bcrypt/security/AuthenticationUserDetailsService.java
src/main/java/com/ffbit/bcrypt/web/SignInController.java
src/main/java/com/ffbit/bcrypt/web/SignUpController.java
src/main/java/com/ffbit/bcrypt/web/WelcomeController.java
src/main/resources/.gitkeep
src/main/resources/database/hsqldb/security-rememberme-schema.sql
src/main/resources/jdbc.properties
src/main/resources/log4j.properties
src/main/resources/seeds/users.json
src/main/webapp/.gitkeep
src/main/webapp/WEB-INF/messages/messages.properties
src/main/webapp/WEB-INF/spring/application-context.xml
src/main/webapp/WEB-INF/spring/jdbc-population-context.xml
src/main/webapp/WEB-INF/spring/jpa-repository-context.xml
src/main/webapp/WEB-INF/spring/jpa-repository-population-context.xml
src/main/webapp/WEB-INF/spring/mvc-context.xml
src/main/webapp/WEB-INF/spring/persistence-context.xml
src/main/webapp/WEB-INF/spring/security-context.xml
src/main/webapp/WEB-INF/views/freemarker/signin-form.ftl
src/main/webapp/WEB-INF/views/freemarker/signup-form.ftl
src/main/webapp/WEB-INF/views/freemarker/welcome.ftl
src/main/webapp/WEB-INF/web.xml
src/main/webapp/resources/images/favicon.ico
src/main/webapp/resources/lib/bootstrap/css/bootstrap-responsive.css
src/main/webapp/resources/lib/bootstrap/css/bootstrap-responsive.min.css
src/main/webapp/resources/lib/bootstrap/css/bootstrap.css
src/main/webapp/resources/lib/bootstrap/css/bootstrap.min.css
src/main/webapp/resources/lib/bootstrap/img/glyphicons-halflings-white.png
src/main/webapp/resources/lib/bootstrap/img/glyphicons-halflings.png
src/main/webapp/resources/lib/bootstrap/js/bootstrap.js
src/main/webapp/resources/lib/bootstrap/js/bootstrap.min.js
src/main/webapp/resources/lib/jquery/jquery-1.10.0.js
src/main/webapp/resources/lib/jquery/jquery-1.10.0.min.js
src/main/webapp/resources/scripts/main.js
src/main/webapp/resources/styles/main.css
src/test/java/.gitkeep
src/test/java/com/ffbit/bcrypt/dto/SignUpFormTest.java
src/test/java/com/ffbit/bcrypt/security/SimplestSpringSecurityTest.java
src/test/java/com/ffbit/bcrypt/security/mock/MockFactory.java
src/test/resources/.gitkeep
src/test/resources/spring/mock-context.xml
src/test/resources/spring/test-application-context.xml

Download

Click the following link to download spring-security-bcrypt-master.zip.

spring-security-bcrypt-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation