2005-11-10 23:52:13 -05:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML><HEAD><TITLE>Acegi Security System for Spring</TITLE>
|
|
|
|
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
|
|
|
|
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
|
|
|
|
<BODY>
|
|
|
|
<HR>
|
2006-05-29 09:26:29 -04:00
|
|
|
<B><CENTER>What is Acegi Security?</CENTER></B>
|
2005-11-10 23:52:13 -05:00
|
|
|
<HR>
|
2006-05-29 09:26:29 -04:00
|
|
|
<BR>
|
|
|
|
Acegi Security is a powerful, flexible security solution for enterprise software,
|
2006-05-29 06:57:47 -04:00
|
|
|
with a particular emphasis on applications that use
|
|
|
|
<A href="http://www.springframework.org/">Spring</A>. Using Acegi Security provides your
|
|
|
|
applications with comprehensive authentication, authorization, instance-based access control,
|
|
|
|
channel security and human user detection capabilities.
|
2006-05-29 09:26:29 -04:00
|
|
|
<BR>
|
|
|
|
|
2005-11-10 23:52:13 -05:00
|
|
|
<HR>
|
2006-05-29 09:26:29 -04:00
|
|
|
<B><CENTER>Key Features</CENTER></B>
|
2005-11-10 23:52:13 -05:00
|
|
|
<HR>
|
|
|
|
<BR>
|
|
|
|
<UL>
|
2006-05-29 06:57:47 -04:00
|
|
|
<LI><B>Stable and mature.</B> Acegi Security 1.0.0 was released in May 2006 after
|
|
|
|
more than two and a half years of use in large production software projects, 70,000+ downloads
|
|
|
|
and hundreds of community contributions.
|
|
|
|
In terms of release numbering, we also use the <A
|
2005-11-10 23:52:13 -05:00
|
|
|
href="http://apr.apache.org/versioning.html">Apache APR Project
|
2006-05-29 06:57:47 -04:00
|
|
|
Versioning Guidelines</A> so that you can easily identify release
|
2005-11-10 23:52:13 -05:00
|
|
|
compatibility.<BR><BR>
|
2006-05-29 06:57:47 -04:00
|
|
|
<LI><B>Well documented:</B> All APIs are fully documented using
|
|
|
|
<a href="http://acegisecurity.sourceforge.net/multiproject/acegi-security/apidocs/index.html">JavaDoc</a>,
|
|
|
|
with almost 100 pages of
|
|
|
|
<a href="reference.html">Reference Guide</a> documentation providing an easy-to-follow
|
|
|
|
introduction. Even more documentation is provided on this web site, as
|
|
|
|
shown in the left hand navigation sidebar.<BR><BR>
|
2005-11-10 23:52:13 -05:00
|
|
|
<LI><B>Fast results:</B> View our <a href="suggested.html">suggested steps</a>
|
|
|
|
for the fastest way to develop complex, security-compliant applications.<BR><BR>
|
2006-03-28 23:23:57 -05:00
|
|
|
<LI><B>Enterprise-wide single sign on:</B> Using JA-SIG's open
|
2006-03-28 10:41:20 -05:00
|
|
|
source <A href="http://www.ja-sig.org/products/cas/">Central Authentication
|
2006-05-29 06:57:47 -04:00
|
|
|
Service</A> (CAS), the Acegi Security can participate
|
2005-10-23 01:12:23 -04:00
|
|
|
in an enterprise-wide single sign on environment. You no longer need
|
|
|
|
every web application to have its own authentication database. Nor are
|
|
|
|
you restricted to single sign on across a single web container. Advanced
|
|
|
|
single sign on features like proxy support and forced refresh of logins
|
2005-11-10 23:52:13 -05:00
|
|
|
are supported by both CAS and Acegi Security.<BR><BR>
|
|
|
|
<LI><B>Reuses your Spring expertise:</B> We use Spring application
|
2005-10-23 01:12:23 -04:00
|
|
|
contexts for all configuration, which should help Spring developers get
|
2005-11-10 23:52:13 -05:00
|
|
|
up-to-speed nice and quickly.<BR><BR>
|
|
|
|
<LI><B>Domain object instance security:</B> In many applications it's
|
2005-10-23 01:12:23 -04:00
|
|
|
desirable to define Access Control Lists (ACLs) for individual domain
|
|
|
|
object instances. We provide a comprehensive ACL package with features
|
|
|
|
including integer bit masking, permission inheritence (including
|
|
|
|
blocking), a JDBC-backed ACL repository, caching and a pluggable,
|
2005-11-10 23:52:13 -05:00
|
|
|
interface-driven design.<BR><BR>
|
|
|
|
<LI><B>Non-intrusive setup:</B> The entire security system can operate
|
2005-10-23 01:12:23 -04:00
|
|
|
within a single web application using the provided filters. There is no
|
|
|
|
need to make special changes or deploy libraries to your Servlet or EJB
|
2005-11-10 23:52:13 -05:00
|
|
|
container.<BR><BR>
|
|
|
|
<LI><B>Full (but optional) container integration:</B> The credential
|
2005-10-23 01:12:23 -04:00
|
|
|
collection and authorization capabilities of your Servlet or EJB
|
|
|
|
container can be fully utilised via included "container adapters". We
|
|
|
|
currently support Catalina (Tomcat), Jetty, JBoss and Resin, with
|
2005-11-10 23:52:13 -05:00
|
|
|
additional containers easily added.<BR><BR>
|
|
|
|
<LI><B>Keeps your objects free of security code:</B> Many applications
|
2005-10-23 01:12:23 -04:00
|
|
|
need to secure data at the bean level based on any combination of
|
|
|
|
parameters (user, time of day, authorities held, method being invoked,
|
|
|
|
parameter on method being invoked....). This package gives you this
|
|
|
|
flexibility without adding security code to your Spring business
|
2005-11-10 23:52:13 -05:00
|
|
|
objects.<BR><BR>
|
|
|
|
<LI><B>After invocation security:</B> Acegi Security can not only protect
|
2005-10-23 01:12:23 -04:00
|
|
|
methods from being invoked in the first place, but it can also
|
2006-05-29 06:57:47 -04:00
|
|
|
deal with the objects returned from the methods. Included implementations
|
2005-10-23 01:12:23 -04:00
|
|
|
of after invocation security can throw an exception or mutate the returned
|
2005-11-10 23:52:13 -05:00
|
|
|
object based on ACLs.<BR><BR>
|
|
|
|
<LI><B>Secures your HTTP requests as well:</B> In addition to securing
|
2005-10-23 01:12:23 -04:00
|
|
|
your beans, the project also secures your HTTP requests. No longer is it
|
|
|
|
necessary to rely on web.xml security constraints. Best of all, your
|
|
|
|
HTTP requests can now be secured by your choice of regular expressions
|
|
|
|
or Apache Ant paths, along with pluggable authentication, authorization
|
2005-11-10 23:52:13 -05:00
|
|
|
and run-as replacement managers.<BR><BR>
|
2006-05-29 06:57:47 -04:00
|
|
|
<LI><B>Channel security:</B> Acegi Security can
|
2005-10-23 01:12:23 -04:00
|
|
|
automatically redirect requests across an appropriate transport channel.
|
|
|
|
Whilst flexible enough to support any of your "channel" requirements (eg
|
|
|
|
the remote user is a human, not a robot), a common channel security
|
|
|
|
feature is to ensure your secure pages will only be available over
|
|
|
|
HTTPS, and your public pages only over HTTP. Acegi Security also
|
2006-05-29 06:57:47 -04:00
|
|
|
supports unusual port combinations (including if accessed via an
|
|
|
|
intermediate server like Apache) and pluggable transport decision
|
2005-11-10 23:52:13 -05:00
|
|
|
managers.<BR><BR>
|
|
|
|
<LI><B>Supports HTTP BASIC authentication:</B> Perfect for remoting
|
2005-10-23 01:12:23 -04:00
|
|
|
protocols or those web applications that prefer a simple browser pop-up
|
|
|
|
(rather than a form login), Acegi Security can directly process HTTP
|
2005-11-10 23:52:13 -05:00
|
|
|
BASIC authentication requests as per RFC 1945.<BR><BR>
|
|
|
|
<LI><B>Supports HTTP Digest authentication:</B> For greater security than
|
2005-10-23 01:12:23 -04:00
|
|
|
offered by BASIC authentcation, Acegi Security also supports Digest Authentication
|
|
|
|
(which never sends the user's password across the wire). Digest Authentication
|
|
|
|
is widely supported by modern browsers. Acegi Security's implementation complies
|
2005-11-10 23:52:13 -05:00
|
|
|
with both RFC 2617 and RFC 2069.<BR><BR>
|
2006-05-29 06:57:47 -04:00
|
|
|
<LI><B>Computer Associates Siteminder support:</B> Authentication can be
|
|
|
|
delegated through to CA's Siteminder solution, which is common in large
|
|
|
|
corporate environments.<BR><BR>
|
|
|
|
<LI><B>X509 (Certificate) support:</B> Acegi Security can easily read
|
|
|
|
client-side X509 certificates for authenticating users.<BR><BR>
|
|
|
|
<LI><B>LDAP Support:</B> Do you have an LDAP directory? Acegi Security can
|
|
|
|
happily authenticate against it.<BR><BR>
|
|
|
|
<LI><B>Tag library support:</B> Your JSP files can use our taglib
|
2005-10-23 01:12:23 -04:00
|
|
|
to ensure that protected content like links and messages are only
|
|
|
|
displayed to users holding the appropriate granted authorities. The taglib
|
2006-05-29 06:57:47 -04:00
|
|
|
also fully integrates with Acegi Security's ACL services, and
|
|
|
|
obtaining extra information about the logged-in principal.<BR><BR>
|
|
|
|
<LI><B>Configuration via IoC XML, Commons Attributes, or JDK 5 Annotations:</B> You
|
2005-10-23 01:12:23 -04:00
|
|
|
select the method used to configure your security environment. The
|
2006-05-29 06:57:47 -04:00
|
|
|
project supports configuration via Spring application contexts, as well
|
|
|
|
as Jakarta Commons Attributes and Java 5's annotations feature. Some users
|
|
|
|
(such as those building content management systems) pull configuration data
|
|
|
|
from a database, which exemplifies Acegi Security's flexible configuration
|
|
|
|
metadata system.<BR><BR>
|
2005-11-10 23:52:13 -05:00
|
|
|
<LI><B>Various authentication backends:</B> We include the ability to
|
2006-05-29 06:57:47 -04:00
|
|
|
retrieve your user and granted authority definitions from an XML
|
|
|
|
file, JDBC datasource or Properties file. Alternatively, you can implement the
|
|
|
|
single-method UserDetailsService interface and obtain authentication details from
|
2005-11-10 23:52:13 -05:00
|
|
|
anywhere you like.<BR><BR>
|
|
|
|
<LI><B>Event support:</B> Building upon Spring's
|
|
|
|
<CODE>ApplicationEvent</CODE> services, you can write your own listeners
|
2005-10-23 01:12:23 -04:00
|
|
|
for authentication-related events, along with authorisation-related events.
|
|
|
|
This enables you to implement account lockout and audit log systems, with
|
2005-11-10 23:52:13 -05:00
|
|
|
complete decoupling from Acegi Security code.<BR><BR>
|
|
|
|
<LI><B>Easy integration with existing databases:</B> Our implementations
|
2005-10-23 01:12:23 -04:00
|
|
|
have been designed to make it very easy to use your existing
|
|
|
|
authentication schema and data (without modification). Of course,
|
2005-11-10 23:52:13 -05:00
|
|
|
you can also provide your own Data Access Object if you wish.<BR><BR>
|
|
|
|
<LI><B>Caching:</B> Acegi Security integrates with Spring's <A
|
|
|
|
href="http://ehcache.sourceforge.net/">EHCACHE</A> factory.
|
2005-10-23 01:12:23 -04:00
|
|
|
This flexibility means your database (or other authentication
|
|
|
|
repository) is not repeatedly queried for authentication
|
2005-11-10 23:52:13 -05:00
|
|
|
information.<BR><BR>
|
|
|
|
<LI><B>Pluggable architecture:</B> Every critical aspect of the package
|
2005-10-23 01:12:23 -04:00
|
|
|
has been modelled using high cohesion, loose coupling, interface-driven
|
|
|
|
design principles. You can easily replace, customise or extend parts of
|
2005-11-10 23:52:13 -05:00
|
|
|
the package.<BR><BR>
|
|
|
|
<LI><B>Startup-time validation:</B> Every critical object dependency and
|
2005-10-23 01:12:23 -04:00
|
|
|
configuration parameter is validated at application context startup
|
|
|
|
time. Security configuration errors are therefore detected early and
|
2005-11-10 23:52:13 -05:00
|
|
|
corrected quickly.<BR><BR>
|
|
|
|
<LI><B>Remoting support:</B> Does your project use a rich client? Not a
|
2005-10-23 01:12:23 -04:00
|
|
|
problem. Acegi Security integrates with standard Spring remoting
|
|
|
|
protocols, because it automatically processes the HTTP BASIC
|
|
|
|
authentication headers they present. Add our BASIC authentication filter
|
2006-05-29 06:57:47 -04:00
|
|
|
to your web.xml and you're done. You can also easily use RMI or Digest
|
|
|
|
authentication for your rich clients with a simple configuration statement.<BR><BR>
|
2005-11-10 23:52:13 -05:00
|
|
|
<LI><B>Advanced password encoding:</B> Of course, passwords in your
|
2005-10-23 01:12:23 -04:00
|
|
|
authentication repository need not be in plain text. We support both SHA
|
|
|
|
and MD5 encoding, and also pluggable "salt" providers to maximise
|
2006-05-29 06:57:47 -04:00
|
|
|
password security. Acegi Security doesn't even need to see the password
|
|
|
|
if your backend can use a bind-based strategy for authentication (such as
|
|
|
|
an LDAP directory, or a database login).<BR><BR>
|
|
|
|
<LI><B>Run-as replacement:</B> The system fully supports
|
|
|
|
temporarily replacing the authenticated principal for the duration of the web
|
2005-10-23 01:12:23 -04:00
|
|
|
request or bean invocation. This enables you to build public-facing
|
|
|
|
object tiers with different security configurations than your backend
|
2005-11-10 23:52:13 -05:00
|
|
|
objects.<BR><BR>
|
|
|
|
<LI><B>Transparent security propagation:</B> Acegi Security can automatically
|
2005-10-23 01:12:23 -04:00
|
|
|
transfer its core authentication information from one machine to another,
|
2005-11-10 23:52:13 -05:00
|
|
|
using a variety of protocols including RMI and Spring's HttpInvoker.<BR><BR>
|
2006-05-29 06:57:47 -04:00
|
|
|
<LI><B>Compatible with HttpServletRequest's security methods:</B> Even though
|
2005-10-23 01:12:23 -04:00
|
|
|
Acegi Security can deliver authentication using a range of pluggable mechanisms
|
|
|
|
(most of which require no web container configuration), we allow you to access
|
2006-05-29 06:57:47 -04:00
|
|
|
the resulting Authentication object via the getRemoteUser() and other
|
|
|
|
security methods on HttpServletRequest.<BR><BR>
|
2005-11-10 23:52:13 -05:00
|
|
|
<LI><B>Unit tests:</B> A must-have of any quality security project, unit
|
2005-10-23 01:12:23 -04:00
|
|
|
tests are included. Our unit test coverage is very high, as shown in the
|
2005-11-10 23:52:13 -05:00
|
|
|
<a href="multiproject/acegi-security/clover/index.html">coverage report</a>.<BR><BR>
|
|
|
|
<LI><B>Built by Maven:</B> This assists you in effectively reusing the Acegi
|
|
|
|
Security artifacts in your own Maven-based projects.<BR><BR>
|
|
|
|
<LI><B>Supports your own unit tests:</B> We provide a number of classes
|
2005-10-23 01:12:23 -04:00
|
|
|
that assist with your own unit testing of secured business objects. For
|
|
|
|
example, you can change the authentication identity and its associated
|
2005-11-10 23:52:13 -05:00
|
|
|
granted authorities directly within your test methods.<BR><BR>
|
|
|
|
<LI><B>Peer reviewed:</B> Whilst nothing is ever completely secure,
|
2005-10-23 01:12:23 -04:00
|
|
|
using an open source security package leverages the continuous design
|
2005-11-10 23:52:13 -05:00
|
|
|
and code quality improvements that emerge from peer review.<BR><BR>
|
2006-05-29 06:57:47 -04:00
|
|
|
<LI><B>Community:</B> Well-known for its supportive community, Acegi Security
|
|
|
|
has an active group of developers and users. Visit our project resources (below)
|
|
|
|
to access these services.<BR><BR>
|
|
|
|
<LI><B>Apache license.</B> You can confidently use Acegi Security in your project.<BR><BR></LI></UL><BR><B>
|
2005-11-10 23:52:13 -05:00
|
|
|
<HR>
|
2005-10-23 01:12:23 -04:00
|
|
|
|
2005-11-10 23:52:13 -05:00
|
|
|
<CENTER>Project Resources</CENTER></B>
|
|
|
|
<HR>
|
|
|
|
<BR>
|
2006-05-29 06:57:47 -04:00
|
|
|
<CENTER>
|
|
|
|
<A href="http://forum.springframework.org/"><B>Support Forums</B></A><BR><BR>
|
|
|
|
<A href="mail-lists.html"><B>Developer Mailing List</B></A><BR><BR>
|
|
|
|
<A href="downloads.html"><B>Downloads</B></A>
|
2005-11-10 23:52:13 -05:00
|
|
|
</CENTER></FONT>
|
|
|
|
</BODY></HTML>
|