Download security tutorial Free Java Code
Description
The most basic tutorial example for Spring Security 3.1 (BigBank).
Source Files
The download file security-tutorial-master.zip has the following entries.
.gitignore// w w w. j a va2s . c om
README.md
pom.xml
scripts/exec-list-as-peter
scripts/exec-list-as-rod
scripts/exec-list-no-auth
scripts/exec-list-wrong-password
scripts/exec-post-as-peter
scripts/exec-post-as-rod
scripts/exec-post-no-auth
scripts/exec-post-wrong-password
src/main/java/bigbank/Account.java
src/main/java/bigbank/BankDao.java
src/main/java/bigbank/BankDaoStub.java
src/main/java/bigbank/BankService.java
src/main/java/bigbank/BankServiceImpl.java
src/main/java/bigbank/SeedData.java
src/main/java/bigbank/web/ListAccounts.java
src/main/java/bigbank/web/PostAccounts.java
src/main/resources/META-INF/persistence.xml
src/main/resources/META-INF/spring/applicationContext-business.xml
src/main/resources/META-INF/spring/applicationContext-security.xml
src/main/resources/META-INF/spring/applicationContext.xml
src/main/resources/META-INF/spring/database.properties
src/main/resources/log4j.properties
src/main/webapp/WEB-INF/classes/alt.properties
src/main/webapp/WEB-INF/classes/standard.properties
src/main/webapp/WEB-INF/i18n/application.properties
src/main/webapp/WEB-INF/i18n/messages.properties
src/main/webapp/WEB-INF/jsp/listAccounts.jsp
src/main/webapp/WEB-INF/layouts/default.jspx
src/main/webapp/WEB-INF/layouts/layouts.xml
src/main/webapp/WEB-INF/spring/webmvc-config.xml
src/main/webapp/WEB-INF/tags/form/create.tagx
src/main/webapp/WEB-INF/tags/form/dependency.tagx
src/main/webapp/WEB-INF/tags/form/fields/checkbox.tagx
src/main/webapp/WEB-INF/tags/form/fields/column.tagx
src/main/webapp/WEB-INF/tags/form/fields/datetime.tagx
src/main/webapp/WEB-INF/tags/form/fields/display.tagx
src/main/webapp/WEB-INF/tags/form/fields/editor.tagx
src/main/webapp/WEB-INF/tags/form/fields/input.tagx
src/main/webapp/WEB-INF/tags/form/fields/reference.tagx
src/main/webapp/WEB-INF/tags/form/fields/select.tagx
src/main/webapp/WEB-INF/tags/form/fields/simple.tagx
src/main/webapp/WEB-INF/tags/form/fields/table.tagx
src/main/webapp/WEB-INF/tags/form/fields/textarea.tagx
src/main/webapp/WEB-INF/tags/form/find.tagx
src/main/webapp/WEB-INF/tags/form/list.tagx
src/main/webapp/WEB-INF/tags/form/show.tagx
src/main/webapp/WEB-INF/tags/form/update.tagx
src/main/webapp/WEB-INF/tags/menu/category.tagx
src/main/webapp/WEB-INF/tags/menu/item.tagx
src/main/webapp/WEB-INF/tags/menu/menu.tagx
src/main/webapp/WEB-INF/tags/util/language.tagx
src/main/webapp/WEB-INF/tags/util/load-scripts.tagx
src/main/webapp/WEB-INF/tags/util/pagination.tagx
src/main/webapp/WEB-INF/tags/util/panel.tagx
src/main/webapp/WEB-INF/tags/util/placeholder.tagx
src/main/webapp/WEB-INF/tags/util/theme.tagx
src/main/webapp/WEB-INF/views/dataAccessFailure.jspx
src/main/webapp/WEB-INF/views/footer.jspx
src/main/webapp/WEB-INF/views/header.jspx
src/main/webapp/WEB-INF/views/index-template.jspx
src/main/webapp/WEB-INF/views/index.jspx
src/main/webapp/WEB-INF/views/login.jspx
src/main/webapp/WEB-INF/views/menu.jspx
src/main/webapp/WEB-INF/views/resourceNotFound.jspx
src/main/webapp/WEB-INF/views/uncaughtException.jspx
src/main/webapp/WEB-INF/views/views.xml
src/main/webapp/WEB-INF/web.xml
src/main/webapp/images/add.png
src/main/webapp/images/banner-graphic.png
src/main/webapp/images/create.png
src/main/webapp/images/delete.png
src/main/webapp/images/en.png
src/main/webapp/images/favicon.ico
src/main/webapp/images/list.png
src/main/webapp/images/resultset_first.png
src/main/webapp/images/resultset_last.png
src/main/webapp/images/resultset_next.png
src/main/webapp/images/resultset_previous.png
src/main/webapp/images/show.png
src/main/webapp/images/springsource-logo.png
src/main/webapp/images/update.png
src/main/webapp/index.jsp
src/main/webapp/loggedout.jsp
src/main/webapp/secure/extreme/index.jsp
src/main/webapp/secure/index.jsp
src/main/webapp/static/css/tutorial.css
src/main/webapp/styles/alt.css
src/main/webapp/styles/standard.css
src/main/webapp/timeout.jsp
Download
Click the following link to download security-tutorial-master.zip.
security-tutorial-master.zip