Projects tagged ‘authorization’ and ‘web’


[11 total ]

31 Users
   

Umbrella project for integrations of Wicket and other projects such as Jasper Reports, Hibernate, Freemarker. Also a home for small community contributions.
Created over 3 years ago.

9 Users

A PHP implementation of SAML 2.0 service provider and identity provider functionality. And is also compatible with Shibboleth 1.3 and 2.0.
Created over 2 years ago.

1 Users
 

jGuard is written in java. his goal is to provide a security framework based on jaas (java authentication and authorization security) . this framework is written for web and standalone applications, to resolve simply, access control problems.
Created over 2 years ago.

1 Users
 

Framework for create aplication on my company FullService Consulting (www.full.srv.br). this framework use the zipper-framework and extends this for create Swing and JSF/Richafaces Aplication. The ... [More] objective for share the project is make a best work source, share knowledge. [Less]
Created 11 months ago.

1 Users

JBoss Negotiation is a valve and login module to add SPNEGO negotiation to web applications deployed to JBossAS.
Created about 1 year ago.

0 Users
   

mod_auth_vas is an Apache authentication and authorization module for use with the Apache web server, versions 1.x and 2.x. The module uses Vintela Authentication Services (VAS) to implement the ... [More] HTTP SPNEGO protocol, with optional fallback to 'Basic' authentication for browsers that do not support SPNEGO. In effect, mod_auth_vas allows the Apache web server to perform Windows Integrated Authentication (single sign-on). [Less]
Created over 2 years ago.

0 Users

The repoze.what mongoDB pluginNote: This plugin is not official and it is under revision before it is released in repoze.what and pypi. This is a source adapter plugin for repoze.what and MongoDB. ... [More] MongoDB is a schema-less document oriented database. It is highly recommended to use version 1.1.0 or later. How to installThe minimum requirements are pymongo, and repoze.what, and you can install it having setuptools: python setup.py install Sample useHere we need to have a mongoDB server installed, check here for instructions. >>> import pymongo >>> db_conn = pymongo.Connection('localhost') >>> db = db_conn['authdb'] >>> from repoze.what.plugins.mongodb import adapters >>> groups = adapters.mongodbGroupSourceAdapter(db) >>> permissions = adapters.mongodbPermissionSourceAdapter(db)Visit the repoze.what documentation page here; http://what.repoze.org/docs/1.x/ For instructions about repoze.what.plugins visit: http://what.repoze.org/docs/1.x/Manual/Plugins/index.html Please see other Python packages related to MongoDB to integrate it in your application: pymongo Driver for the Mongo database. mongoKit framework try to keep its simplicity when you manage mongodb in python. [Less]
Created 3 months ago.

0 Users

This project adds additional functionality on top of the ASP.NET MVC Framework. These enhancements can increase your productivity using the MVC Framework. Major features include: convenience methods ... [More] for adding and using routes that facilitate transition from IIS6-style file-extension-containing urls to IIS7 (or IIS6+IIRF) cool uris. an IsInRole method that works as advertised, even when used with WindowsPrincipals. a binder for ISO8601 Basic DateTime strings, for working around IIS's aversion to colons a FileStreamResult implementation that reliably transmits all the data in the underlying stream. a Stream implementation for general IEnumerables, which is handy for serving up LINQ query results. an IHttpModule for url-based authorization using regular expression matching on System.Web.Routing-canonicalized urls. an IHttpModule for cookie-based authentication, which is suitable for e.g., selenium UI testing. [Less]
Created about 1 month ago.

0 Users

A project which the main goal is build a framework to help you on tasks about authentication and authorization on javaserver faces (jsf). A Login system with permissions, roles, users and resources.
Created 4 months ago.

0 Users

A web application framework for PHP
Created 12 months ago.