Download flack jacket Free Java Code

Description

Security audit demonstration application.

Source Files

The download file flack-jacket-master.zip has the following entries.


.gitignore/*from w  ww .  j a v a2 s  .com*/
README
Rakefile
app/controllers/admin_controller.rb
app/controllers/application_controller.rb
app/controllers/articles_controller.rb
app/controllers/home_controller.rb
app/controllers/sessions_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/helpers/sessions_helper.rb
app/helpers/users_helper.rb
app/models/article.rb
app/models/comment.rb
app/models/user.rb
app/views/admin/_article.erb
app/views/admin/index.html.erb
app/views/articles/edit.html.erb
app/views/home/_article.html.erb
app/views/home/index.html.erb
app/views/layouts/admin.html.erb
app/views/layouts/application.html.erb
app/views/layouts/login.html.erb
app/views/sessions/new.html.erb
app/views/users/_user_bar.html.erb
app/views/users/new.html.erb
config/boot.rb
config/database.yml.example
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/initializers/site_keys.rb
config/locales/en.yml
config/routes.rb
db/migrate/20090501012534_create_users.rb
db/migrate/20090502055738_create_articles.rb
db/migrate/20090505122237_create_comments.rb
db/schema.rb
doc/README_FOR_APP
lib/authenticated_system.rb
lib/authenticated_test_helper.rb
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/cat-li.gif
public/images/contact.gif
public/images/download.jpg
public/images/h-art.gif
public/images/hbg.gif
public/images/home.gif
public/images/img.jpg
public/images/li-line.gif
public/images/lm-li.gif
public/images/mainimg.jpg
public/images/sitemap.gif
public/images/top.jpg
public/javascripts/application.js
public/javascripts/jquery-1.3.2.min.js
public/robots.txt
public/stylesheets/application.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
test/fixtures/articles.yml
test/fixtures/comments.yml
test/fixtures/users.yml
test/functional/sessions_controller_test.rb
test/functional/users_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/articles_test.rb
test/unit/comment_test.rb
test/unit/user_test.rb
vendor/plugins/restful-authentication/CHANGELOG
vendor/plugins/restful-authentication/LICENSE
vendor/plugins/restful-authentication/README.textile
vendor/plugins/restful-authentication/Rakefile
vendor/plugins/restful-authentication/TODO
vendor/plugins/restful-authentication/generators/authenticated/USAGE
vendor/plugins/restful-authentication/generators/authenticated/authenticated_generator.rb
vendor/plugins/restful-authentication/generators/authenticated/lib/insert_routes.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/_model_partial.html.erb
vendor/plugins/restful-authentication/generators/authenticated/templates/activation.erb
vendor/plugins/restful-authentication/generators/authenticated/templates/authenticated_system.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/authenticated_test_helper.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/controller.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/features/accounts.feature
vendor/plugins/restful-authentication/generators/authenticated/templates/features/sessions.feature
vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_env.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_navigation_steps.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_resource_steps.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/ra_response_steps.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/features/step_definitions/user_steps.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/helper.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/login.html.erb
vendor/plugins/restful-authentication/generators/authenticated/templates/mailer.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/migration.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/model.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/model_controller.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/model_helper.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/model_helper_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/observer.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/signup.html.erb
vendor/plugins/restful-authentication/generators/authenticated/templates/signup_notification.erb
vendor/plugins/restful-authentication/generators/authenticated/templates/site_keys.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/fixtures/users.yml
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/spec/models/user_spec.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/test/functional_test.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/test/mailer_test.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/test/model_functional_test.rb
vendor/plugins/restful-authentication/generators/authenticated/templates/test/unit_test.rb
vendor/plugins/restful-authentication/init.rb
vendor/plugins/restful-authentication/lib/authentication.rb
vendor/plugins/restful-authentication/lib/authentication/by_cookie_token.rb
vendor/plugins/restful-authentication/lib/authentication/by_password.rb
vendor/plugins/restful-authentication/lib/authorization.rb
vendor/plugins/restful-authentication/lib/authorization/aasm_roles.rb
vendor/plugins/restful-authentication/lib/authorization/stateful_roles.rb
vendor/plugins/restful-authentication/lib/trustification.rb
vendor/plugins/restful-authentication/lib/trustification/email_validation.rb
vendor/plugins/restful-authentication/notes/AccessControl.txt
vendor/plugins/restful-authentication/notes/Authentication.txt
vendor/plugins/restful-authentication/notes/Authorization.txt
vendor/plugins/restful-authentication/notes/RailsPlugins.txt
vendor/plugins/restful-authentication/notes/SecurityFramework.graffle
vendor/plugins/restful-authentication/notes/SecurityFramework.png
vendor/plugins/restful-authentication/notes/SecurityPatterns.txt
vendor/plugins/restful-authentication/notes/Tradeoffs.txt
vendor/plugins/restful-authentication/notes/Trustification.txt
vendor/plugins/restful-authentication/rails/init.rb
vendor/plugins/restful-authentication/restful-authentication.gemspec
vendor/plugins/restful-authentication/tasks/auth.rake

Download

Click the following link to download flack-jacket-master.zip.

flack-jacket-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation