index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML><HEAD><TITLE>Acegi Security System for Spring</TITLE>
  3. <META http-equiv=Content-Type content="text/html; charset=windows-1252">
  4. <META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
  5. <BODY>
  6. <CENTER>
  7. </CENTER><BR><BR><FONT
  8. face=Arial size=-1>
  9. <CENTER><B>
  10. <HR>
  11. <CENTER>What is Acegi Security?</CENTER></B>
  12. <HR>
  13. <BR>Acegi Security is a powerful, flexible security solution for enterprise software,
  14. with a particular emphasis on applications that use
  15. <A href="http://www.springframework.org/">Spring</A>. Using Acegi Security provides your
  16. applications with comprehensive authentication, authorization, instance-based access control,
  17. channel security and human user detection capabilities.
  18. </CENTER><BR><B>
  19. <HR>
  20. <CENTER>Key Features</CENTER></B>
  21. <HR>
  22. <BR>
  23. <UL>
  24. <LI><B>Stable and mature.</B> Acegi Security 1.0.0 was released in May 2006 after
  25. more than two and a half years of use in large production software projects, 70,000+ downloads
  26. and hundreds of community contributions.
  27. In terms of release numbering, we also use the <A
  28. href="http://apr.apache.org/versioning.html">Apache APR Project
  29. Versioning Guidelines</A> so that you can easily identify release
  30. compatibility.<BR><BR>
  31. <LI><B>Well documented:</B> All APIs are fully documented using
  32. <a href="http://acegisecurity.sourceforge.net/multiproject/acegi-security/apidocs/index.html">JavaDoc</a>,
  33. with almost 100 pages of
  34. <a href="reference.html">Reference Guide</a> documentation providing an easy-to-follow
  35. introduction. Even more documentation is provided on this web site, as
  36. shown in the left hand navigation sidebar.<BR><BR>
  37. <LI><B>Fast results:</B> View our <a href="suggested.html">suggested steps</a>
  38. for the fastest way to develop complex, security-compliant applications.<BR><BR>
  39. <LI><B>Enterprise-wide single sign on:</B> Using JA-SIG's open
  40. source <A href="http://www.ja-sig.org/products/cas/">Central Authentication
  41. Service</A> (CAS), the Acegi Security can participate
  42. in an enterprise-wide single sign on environment. You no longer need
  43. every web application to have its own authentication database. Nor are
  44. you restricted to single sign on across a single web container. Advanced
  45. single sign on features like proxy support and forced refresh of logins
  46. are supported by both CAS and Acegi Security.<BR><BR>
  47. <LI><B>Reuses your Spring expertise:</B> We use Spring application
  48. contexts for all configuration, which should help Spring developers get
  49. up-to-speed nice and quickly.<BR><BR>
  50. <LI><B>Domain object instance security:</B> In many applications it's
  51. desirable to define Access Control Lists (ACLs) for individual domain
  52. object instances. We provide a comprehensive ACL package with features
  53. including integer bit masking, permission inheritence (including
  54. blocking), a JDBC-backed ACL repository, caching and a pluggable,
  55. interface-driven design.<BR><BR>
  56. <LI><B>Non-intrusive setup:</B> The entire security system can operate
  57. within a single web application using the provided filters. There is no
  58. need to make special changes or deploy libraries to your Servlet or EJB
  59. container.<BR><BR>
  60. <LI><B>Full (but optional) container integration:</B> The credential
  61. collection and authorization capabilities of your Servlet or EJB
  62. container can be fully utilised via included "container adapters". We
  63. currently support Catalina (Tomcat), Jetty, JBoss and Resin, with
  64. additional containers easily added.<BR><BR>
  65. <LI><B>Keeps your objects free of security code:</B> Many applications
  66. need to secure data at the bean level based on any combination of
  67. parameters (user, time of day, authorities held, method being invoked,
  68. parameter on method being invoked....). This package gives you this
  69. flexibility without adding security code to your Spring business
  70. objects.<BR><BR>
  71. <LI><B>After invocation security:</B> Acegi Security can not only protect
  72. methods from being invoked in the first place, but it can also
  73. deal with the objects returned from the methods. Included implementations
  74. of after invocation security can throw an exception or mutate the returned
  75. object based on ACLs.<BR><BR>
  76. <LI><B>Secures your HTTP requests as well:</B> In addition to securing
  77. your beans, the project also secures your HTTP requests. No longer is it
  78. necessary to rely on web.xml security constraints. Best of all, your
  79. HTTP requests can now be secured by your choice of regular expressions
  80. or Apache Ant paths, along with pluggable authentication, authorization
  81. and run-as replacement managers.<BR><BR>
  82. <LI><B>Channel security:</B> Acegi Security can
  83. automatically redirect requests across an appropriate transport channel.
  84. Whilst flexible enough to support any of your "channel" requirements (eg
  85. the remote user is a human, not a robot), a common channel security
  86. feature is to ensure your secure pages will only be available over
  87. HTTPS, and your public pages only over HTTP. Acegi Security also
  88. supports unusual port combinations (including if accessed via an
  89. intermediate server like Apache) and pluggable transport decision
  90. managers.<BR><BR>
  91. <LI><B>Supports HTTP BASIC authentication:</B> Perfect for remoting
  92. protocols or those web applications that prefer a simple browser pop-up
  93. (rather than a form login), Acegi Security can directly process HTTP
  94. BASIC authentication requests as per RFC 1945.<BR><BR>
  95. <LI><B>Supports HTTP Digest authentication:</B> For greater security than
  96. offered by BASIC authentcation, Acegi Security also supports Digest Authentication
  97. (which never sends the user's password across the wire). Digest Authentication
  98. is widely supported by modern browsers. Acegi Security's implementation complies
  99. with both RFC 2617 and RFC 2069.<BR><BR>
  100. <LI><B>Computer Associates Siteminder support:</B> Authentication can be
  101. delegated through to CA's Siteminder solution, which is common in large
  102. corporate environments.<BR><BR>
  103. <LI><B>X509 (Certificate) support:</B> Acegi Security can easily read
  104. client-side X509 certificates for authenticating users.<BR><BR>
  105. <LI><B>LDAP Support:</B> Do you have an LDAP directory? Acegi Security can
  106. happily authenticate against it.<BR><BR>
  107. <LI><B>Tag library support:</B> Your JSP files can use our taglib
  108. to ensure that protected content like links and messages are only
  109. displayed to users holding the appropriate granted authorities. The taglib
  110. also fully integrates with Acegi Security's ACL services, and
  111. obtaining extra information about the logged-in principal.<BR><BR>
  112. <LI><B>Configuration via IoC XML, Commons Attributes, or JDK 5 Annotations:</B> You
  113. select the method used to configure your security environment. The
  114. project supports configuration via Spring application contexts, as well
  115. as Jakarta Commons Attributes and Java 5's annotations feature. Some users
  116. (such as those building content management systems) pull configuration data
  117. from a database, which exemplifies Acegi Security's flexible configuration
  118. metadata system.<BR><BR>
  119. <LI><B>Various authentication backends:</B> We include the ability to
  120. retrieve your user and granted authority definitions from an XML
  121. file, JDBC datasource or Properties file. Alternatively, you can implement the
  122. single-method UserDetailsService interface and obtain authentication details from
  123. anywhere you like.<BR><BR>
  124. <LI><B>Event support:</B> Building upon Spring's
  125. <CODE>ApplicationEvent</CODE> services, you can write your own listeners
  126. for authentication-related events, along with authorisation-related events.
  127. This enables you to implement account lockout and audit log systems, with
  128. complete decoupling from Acegi Security code.<BR><BR>
  129. <LI><B>Easy integration with existing databases:</B> Our implementations
  130. have been designed to make it very easy to use your existing
  131. authentication schema and data (without modification). Of course,
  132. you can also provide your own Data Access Object if you wish.<BR><BR>
  133. <LI><B>Caching:</B> Acegi Security integrates with Spring's <A
  134. href="http://ehcache.sourceforge.net/">EHCACHE</A> factory.
  135. This flexibility means your database (or other authentication
  136. repository) is not repeatedly queried for authentication
  137. information.<BR><BR>
  138. <LI><B>Pluggable architecture:</B> Every critical aspect of the package
  139. has been modelled using high cohesion, loose coupling, interface-driven
  140. design principles. You can easily replace, customise or extend parts of
  141. the package.<BR><BR>
  142. <LI><B>Startup-time validation:</B> Every critical object dependency and
  143. configuration parameter is validated at application context startup
  144. time. Security configuration errors are therefore detected early and
  145. corrected quickly.<BR><BR>
  146. <LI><B>Remoting support:</B> Does your project use a rich client? Not a
  147. problem. Acegi Security integrates with standard Spring remoting
  148. protocols, because it automatically processes the HTTP BASIC
  149. authentication headers they present. Add our BASIC authentication filter
  150. to your web.xml and you're done. You can also easily use RMI or Digest
  151. authentication for your rich clients with a simple configuration statement.<BR><BR>
  152. <LI><B>Advanced password encoding:</B> Of course, passwords in your
  153. authentication repository need not be in plain text. We support both SHA
  154. and MD5 encoding, and also pluggable "salt" providers to maximise
  155. password security. Acegi Security doesn't even need to see the password
  156. if your backend can use a bind-based strategy for authentication (such as
  157. an LDAP directory, or a database login).<BR><BR>
  158. <LI><B>Run-as replacement:</B> The system fully supports
  159. temporarily replacing the authenticated principal for the duration of the web
  160. request or bean invocation. This enables you to build public-facing
  161. object tiers with different security configurations than your backend
  162. objects.<BR><BR>
  163. <LI><B>Transparent security propagation:</B> Acegi Security can automatically
  164. transfer its core authentication information from one machine to another,
  165. using a variety of protocols including RMI and Spring's HttpInvoker.<BR><BR>
  166. <LI><B>Compatible with HttpServletRequest's security methods:</B> Even though
  167. Acegi Security can deliver authentication using a range of pluggable mechanisms
  168. (most of which require no web container configuration), we allow you to access
  169. the resulting Authentication object via the getRemoteUser() and other
  170. security methods on HttpServletRequest.<BR><BR>
  171. <LI><B>Unit tests:</B> A must-have of any quality security project, unit
  172. tests are included. Our unit test coverage is very high, as shown in the
  173. <a href="multiproject/acegi-security/clover/index.html">coverage report</a>.<BR><BR>
  174. <LI><B>Built by Maven:</B> This assists you in effectively reusing the Acegi
  175. Security artifacts in your own Maven-based projects.<BR><BR>
  176. <LI><B>Supports your own unit tests:</B> We provide a number of classes
  177. that assist with your own unit testing of secured business objects. For
  178. example, you can change the authentication identity and its associated
  179. granted authorities directly within your test methods.<BR><BR>
  180. <LI><B>Peer reviewed:</B> Whilst nothing is ever completely secure,
  181. using an open source security package leverages the continuous design
  182. and code quality improvements that emerge from peer review.<BR><BR>
  183. <LI><B>Community:</B> Well-known for its supportive community, Acegi Security
  184. has an active group of developers and users. Visit our project resources (below)
  185. to access these services.<BR><BR>
  186. <LI><B>Apache license.</B> You can confidently use Acegi Security in your project.<BR><BR></LI></UL><BR><B>
  187. <HR>
  188. <CENTER>Project Resources</CENTER></B>
  189. <HR>
  190. <BR>
  191. <CENTER>
  192. <A href="http://forum.springframework.org/"><B>Support Forums</B></A><BR><BR>
  193. <A href="mail-lists.html"><B>Developer Mailing List</B></A><BR><BR>
  194. <A href="downloads.html"><B>Downloads</B></A>
  195. </CENTER></FONT>
  196. </BODY></HTML>