Download PLint Free Java Code

Description

Play! Framework Lagoon? Security connector.

Source Files

The download file PLint-master.zip has the following entries.


.gitignore//  w w w .ja  v  a  2 s . c  o m
LICENSE
NOTICE
README.textile
app/controllers/Lint.java
app/controllers/SecureLint.java
app/controllers/Unsheltered.java
app/exceptions/LintException.java
app/helpers/LSHttpManager.java
app/helpers/SubdomainCheck.java
app/jobs/PlintBootstrap.java
app/lagoon/PlintRobot.java
app/lagoon/api/ContextResource.java
app/lagoon/api/InstanceResource.java
app/lagoon/api/PermissionResource.java
app/lagoon/api/ProfileResource.java
app/lagoon/api/UserResource.java
app/ls/LSApp.java
app/ls/LSContext.java
app/ls/LSInstance.java
app/ls/LSPermission.java
app/ls/LSProfile.java
app/ls/LSUser.java
app/utils/LintConf.java
app/views/SecureLint/Lintity/activation.html
app/views/SecureLint/Lintity/password_recovery.html
app/views/SecureLint/Lintity/register.html
app/views/SecureLint/layout.html
app/views/SecureLint/login.html
build.xml
commands.py
conf/dependencies.yml
conf/messages
conf/routes
documentation/manual/activateUser.textile
documentation/manual/changePassword.textile
documentation/manual/createContext.textile
documentation/manual/createUser.textile
documentation/manual/deactivateUser.textile
documentation/manual/deleteContext.textile
documentation/manual/deleteUser.textile
documentation/manual/getContexts.textile
documentation/manual/getPermissions.textile
documentation/manual/getProfiles.textile
documentation/manual/getUsers.textile
documentation/manual/home.textile
documentation/manual/login.textile
documentation/manual/logout.textile
documentation/manual/passwordRecovery.textile
documentation/manual/reactivateUser.textile
documentation/manual/registerUser.textile
documentation/manual/sanitycheck.textile
documentation/manual/showApp.textile
documentation/manual/showContext.textile
documentation/manual/showUser.textile
documentation/manual/updateContext.textile
documentation/manual/updateUser.textile
public/images/favicon.png
public/stylesheets/lint.less
samples-and-tests/marketSample/app/controllers/Application.java
samples-and-tests/marketSample/app/controllers/Apps.java
samples-and-tests/marketSample/app/controllers/Conditions.java
samples-and-tests/marketSample/app/controllers/Contexts.java
samples-and-tests/marketSample/app/controllers/Lintity.java
samples-and-tests/marketSample/app/controllers/Negociations.java
samples-and-tests/marketSample/app/controllers/Permissions.java
samples-and-tests/marketSample/app/controllers/Products.java
samples-and-tests/marketSample/app/controllers/Purchases.java
samples-and-tests/marketSample/app/controllers/Types.java
samples-and-tests/marketSample/app/controllers/Users.java
samples-and-tests/marketSample/app/helpers/Autority.java
samples-and-tests/marketSample/app/jobs/Bootstrap.java
samples-and-tests/marketSample/app/models/Condition.java
samples-and-tests/marketSample/app/models/MyModel.java
samples-and-tests/marketSample/app/models/Negociation.java
samples-and-tests/marketSample/app/models/Product.java
samples-and-tests/marketSample/app/models/Purchase.java
samples-and-tests/marketSample/app/models/Type.java
samples-and-tests/marketSample/app/models/User.java
samples-and-tests/marketSample/app/views/Application/index.html
samples-and-tests/marketSample/app/views/Apps/show.html
samples-and-tests/marketSample/app/views/Conditions/_form.html
samples-and-tests/marketSample/app/views/Conditions/create.html
samples-and-tests/marketSample/app/views/Conditions/edit.html
samples-and-tests/marketSample/app/views/Conditions/index.html
samples-and-tests/marketSample/app/views/Conditions/show.html
samples-and-tests/marketSample/app/views/Contexts/_form.html
samples-and-tests/marketSample/app/views/Contexts/create.html
samples-and-tests/marketSample/app/views/Contexts/edit.html
samples-and-tests/marketSample/app/views/Contexts/index.html
samples-and-tests/marketSample/app/views/Contexts/show.html
samples-and-tests/marketSample/app/views/Negociations/_form.html
samples-and-tests/marketSample/app/views/Negociations/create.html
samples-and-tests/marketSample/app/views/Negociations/edit.html
samples-and-tests/marketSample/app/views/Negociations/index.html
samples-and-tests/marketSample/app/views/Negociations/show.html
samples-and-tests/marketSample/app/views/Permissions/index.html
samples-and-tests/marketSample/app/views/Products/_form.html
samples-and-tests/marketSample/app/views/Products/create.html
samples-and-tests/marketSample/app/views/Products/edit.html
samples-and-tests/marketSample/app/views/Products/index.html
samples-and-tests/marketSample/app/views/Products/show.html
samples-and-tests/marketSample/app/views/Purchases/_form.html
samples-and-tests/marketSample/app/views/Purchases/create.html
samples-and-tests/marketSample/app/views/Purchases/edit.html
samples-and-tests/marketSample/app/views/Purchases/index.html
samples-and-tests/marketSample/app/views/Purchases/show.html
samples-and-tests/marketSample/app/views/Types/_form.html
samples-and-tests/marketSample/app/views/Types/create.html
samples-and-tests/marketSample/app/views/Types/edit.html
samples-and-tests/marketSample/app/views/Types/index.html
samples-and-tests/marketSample/app/views/Types/show.html
samples-and-tests/marketSample/app/views/UserPermissions/index.html
samples-and-tests/marketSample/app/views/Users/_form.html
samples-and-tests/marketSample/app/views/Users/create.html
samples-and-tests/marketSample/app/views/Users/edit.html
samples-and-tests/marketSample/app/views/Users/index.html
samples-and-tests/marketSample/app/views/Users/indexByContext.html
samples-and-tests/marketSample/app/views/Users/show.html
samples-and-tests/marketSample/app/views/Users/showUser.html
samples-and-tests/marketSample/app/views/error.html
samples-and-tests/marketSample/app/views/errors/403.html
samples-and-tests/marketSample/app/views/errors/404.html
samples-and-tests/marketSample/app/views/errors/500.html
samples-and-tests/marketSample/app/views/main.html
samples-and-tests/marketSample/conf/application.conf
samples-and-tests/marketSample/conf/dependencies.yml
samples-and-tests/marketSample/conf/messages
samples-and-tests/marketSample/conf/routes
samples-and-tests/marketSample/lib/joda-time-hibernate-1.3.jar
samples-and-tests/marketSample/public/images/favicon.png
samples-and-tests/marketSample/public/images/glyphicons-halflings-white.png
samples-and-tests/marketSample/public/images/glyphicons-halflings.png
samples-and-tests/marketSample/public/javascripts/bootstrap-alert.js
samples-and-tests/marketSample/public/javascripts/bootstrap-button.js
samples-and-tests/marketSample/public/javascripts/bootstrap-carousel.js
samples-and-tests/marketSample/public/javascripts/bootstrap-collapse.js
samples-and-tests/marketSample/public/javascripts/bootstrap-dropdown.js
samples-and-tests/marketSample/public/javascripts/bootstrap-modal.js
samples-and-tests/marketSample/public/javascripts/bootstrap-popover.js
samples-and-tests/marketSample/public/javascripts/bootstrap-scrollspy.js
samples-and-tests/marketSample/public/javascripts/bootstrap-tab.js
samples-and-tests/marketSample/public/javascripts/bootstrap-tooltip.js
samples-and-tests/marketSample/public/javascripts/bootstrap-transition.js
samples-and-tests/marketSample/public/javascripts/bootstrap-typeahead.js
samples-and-tests/marketSample/public/javascripts/jquery-1.6.4.min.js
samples-and-tests/marketSample/public/javascripts/jquery.jgrowl_minimized.js
samples-and-tests/marketSample/public/stylesheets/accordion.less
samples-and-tests/marketSample/public/stylesheets/alerts.less
samples-and-tests/marketSample/public/stylesheets/bootstrap.less
samples-and-tests/marketSample/public/stylesheets/breadcrumbs.less
samples-and-tests/marketSample/public/stylesheets/button-groups.less
samples-and-tests/marketSample/public/stylesheets/buttons.less
samples-and-tests/marketSample/public/stylesheets/carousel.less
samples-and-tests/marketSample/public/stylesheets/close.less
samples-and-tests/marketSample/public/stylesheets/code.less
samples-and-tests/marketSample/public/stylesheets/component-animations.less
samples-and-tests/marketSample/public/stylesheets/dropdowns.less
samples-and-tests/marketSample/public/stylesheets/errors.less
samples-and-tests/marketSample/public/stylesheets/forms.less
samples-and-tests/marketSample/public/stylesheets/grid.less
samples-and-tests/marketSample/public/stylesheets/hero-unit.less
samples-and-tests/marketSample/public/stylesheets/jquery.jgrowl.css
samples-and-tests/marketSample/public/stylesheets/labels-badges.less
samples-and-tests/marketSample/public/stylesheets/layouts.less
samples-and-tests/marketSample/public/stylesheets/lint.less
samples-and-tests/marketSample/public/stylesheets/main.css
samples-and-tests/marketSample/public/stylesheets/mixins.less
samples-and-tests/marketSample/public/stylesheets/modals.less
samples-and-tests/marketSample/public/stylesheets/navbar.less
samples-and-tests/marketSample/public/stylesheets/navs.less
samples-and-tests/marketSample/public/stylesheets/pager.less
samples-and-tests/marketSample/public/stylesheets/pagination.less
samples-and-tests/marketSample/public/stylesheets/popovers.less
samples-and-tests/marketSample/public/stylesheets/progress-bars.less
samples-and-tests/marketSample/public/stylesheets/reset.less
samples-and-tests/marketSample/public/stylesheets/responsive-1200px-min.less
samples-and-tests/marketSample/public/stylesheets/responsive-767px-max.less
samples-and-tests/marketSample/public/stylesheets/responsive-768px-979px.less
samples-and-tests/marketSample/public/stylesheets/responsive-navbar.less
samples-and-tests/marketSample/public/stylesheets/responsive-utilities.less
samples-and-tests/marketSample/public/stylesheets/responsive.less
samples-and-tests/marketSample/public/stylesheets/scaffolding.less
samples-and-tests/marketSample/public/stylesheets/sprites.less
samples-and-tests/marketSample/public/stylesheets/tables.less
samples-and-tests/marketSample/public/stylesheets/thumbnails.less
samples-and-tests/marketSample/public/stylesheets/tooltip.less
samples-and-tests/marketSample/public/stylesheets/type.less
samples-and-tests/marketSample/public/stylesheets/utilities.less
samples-and-tests/marketSample/public/stylesheets/variables.less
samples-and-tests/marketSample/public/stylesheets/wells.less
samples-and-tests/marketSample/test/data.yml
samples-and-tests/marketSample/test/plint/CreateDeleteContext.java
samples-and-tests/marketSample/test/plint/LintAppTest.java
samples-and-tests/marketSample/test/plint/LintContextTest.java
samples-and-tests/marketSample/test/plint/LintPermissionTest.java
samples-and-tests/marketSample/test/plint/LintProfilesTest.java
samples-and-tests/marketSample/test/plint/LintRobotTest.java
samples-and-tests/marketSample/test/plint/LintUserTest.java
src/play.plugins

Download

Click the following link to download PLint-master.zip.

PLint-master.zip




















Home »
  Java Free Code »
    Web Framework »




Framework Web
GWT
PlayFramework
PureMVC
RESTful
Servlet
websocket
Wicket