Luke Taylor
|
1a78f9e15f
|
Refactored to use Spring Assert class (thanks IntelliJ :).
|
21 years ago |
Ben Alex
|
9f66c0eae9
|
Update to current Spring JAR dependencies.
|
21 years ago |
Luke Taylor
|
a4210b5551
|
Rolled back to remove X.509 users. Using new certificate with existing user name instead.
|
21 years ago |
Luke Taylor
|
05bd6abb22
|
Added cache beans.
|
21 years ago |
Luke Taylor
|
645dba1fcb
|
Added X.509 user to contacts with user name matching certificate email address.
|
21 years ago |
Luke Taylor
|
740373ad01
|
Removed login-config info. Client authentication has to be enabled on the server (e.g. in the Tomcat connector) for it to work.
|
21 years ago |
Luke Taylor
|
4ec64d407c
|
X.509 version of contacts app.
|
21 years ago |
Ben Alex
|
3e9cd13fef
|
Re-enable session listener.
|
21 years ago |
Ben Alex
|
f1e071b0f1
|
Added remember-me services.
|
21 years ago |
Ray Krueger
|
44397bb05d
|
Committing ConcurrentSessionController feature and tests. Documentation is needed.
|
21 years ago |
Ben Alex
|
693ac5a24a
|
Anonymous principal support. As requested by the community at various times, including in http://forum.springframework.org/viewtopic.php?t=1925.
|
21 years ago |
Ray Krueger
|
3c4faf58c7
|
HttpSessionEventPublisher, HttpSessionCreatedEvent, HttpSessionDestroyedEvent
Used together to provide published events in the ApplicationContext about HttpSessions.
Useful for things like Single Session logins.
|
21 years ago |
Ben Alex
|
dda66a0454
|
Significantly refactor "well-known location model" to authentication processing mechanism and HttpSessionContextIntegrationFilter model.
|
21 years ago |
Ben Alex
|
4922ec1bbd
|
Use FilterChainProxy to tidy web.xml.
|
21 years ago |
Ben Alex
|
c8706c33ac
|
Log4J no longer expected in servlet container classpath.
|
21 years ago |
Ben Alex
|
6c1e2f23b2
|
Allow last attempted username to be displayed in views.
|
21 years ago |
Ben Alex
|
76c82db196
|
Refactor EH-CACHE integration classes to work with Spring IoC provided Cache rather than manage our own cache internally.
|
21 years ago |
Ben Alex
|
44b7cccc1f
|
Add RMI + HTTP Invoker remoting protocols and fixes related to Maven migration.
|
22 years ago |
Ben Alex
|
889edece9f
|
Add additional packages.
|
22 years ago |
Ben Alex
|
09cfe6eb96
|
Make Serializable (required by RMI).
|
22 years ago |
Ben Alex
|
75a3876322
|
Use FieldRetrievingFactoryBean to specify static fields.
|
22 years ago |
Ben Alex
|
f286c34312
|
Use new BasicAclExtendedDao for DAO CRUD operations instead of ContactDao.
|
22 years ago |
Ben Alex
|
6e687d47d4
|
Refactor Contacts Sample to use new ACL security.
|
22 years ago |
Carlos Sanchez
|
2067effa4a
|
Migrated to maven
|
22 years ago |
Carlos Sanchez
|
518ee40740
|
Migrated to maven
|
22 years ago |
Ben Alex
|
48b1cb7c85
|
Move UserDetails interface to net.sf.acegisecurity package.
|
22 years ago |
Ben Alex
|
6314aa4efa
|
Refactor User to an interface.
|
22 years ago |
Ben Alex
|
1a0bec5bf1
|
Make User available from Authentication via DaoAuthenticationProvider.
|
22 years ago |
Colin Sampaleanu
|
3d089aaa67
|
move and rename password encoding classes.
change saltSource arument to salt argument, which impl may or may not use.
|
22 years ago |
Colin Sampaleanu
|
a09f2a4c18
|
ant format seems to have reformated these differently than what is in CVS
|
22 years ago |
Ben Alex
|
7ae1844130
|
Improve client application by moving username/password specification to command-line.
|
22 years ago |
Ben Alex
|
66e8d741ca
|
Expand Contacts sample application to use Hessian and Burlap remoting.
|
22 years ago |
Ben Alex
|
8c69eb6abb
|
Modified to support changes to interface.
|
22 years ago |
Ben Alex
|
14f27ae683
|
Make compatible with interface changes to aopalliance.jar.
|
22 years ago |
Francois Beausoleil
|
1490e8a707
|
* samples/contacts/src/sample/contact/SecureIndexController.java:
Prevent a NullPointerException when no SecureContext can be found.
Instead, throw a real exception, explaining what's wrong.
|
22 years ago |
Francois Beausoleil
|
95d7ac1bf3
|
* samples/contacts/src/sample/contact/ContactManagerBackend.java:
Clean up how the contacts are returned. Do not create unnecessary
objects.
|
22 years ago |
Ben Alex
|
c3507b26c9
|
Change to Apache License version 2.0.
|
22 years ago |
Ben Alex
|
35fe1e7b73
|
Initial commit.
|
22 years ago |