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
d159f6c5e1
Renamed artifactId
22 years ago
Carlos Sanchez
2067effa4a
Migrated to maven
22 years ago
Carlos Sanchez
bc0a3d888d
Removed unneeded tags
22 years ago
Ben Alex
8219778e1f
Ignore target directory.
22 years ago
Ben Alex
ec86643982
More dependencies.
22 years ago
Ben Alex
f98b926da4
Add dependency on Spring MVC classes.
22 years ago
Ben Alex
14f7fd654b
Fix groupId.
22 years ago
Carlos Sanchez
518ee40740
Migrated to maven
22 years ago
Carlos Sanchez
6b266bc677
Moved to xdocs
22 years ago
Carlos Sanchez
447549cf01
Added maven files
22 years ago
Ben Alex
b4b32a2e63
Correction.
22 years ago
Ben Alex
9b7996254e
Improve troubleshooting help.
22 years ago
Carlos Sanchez
83ad437739
Migrated samples-attributes to Maven
22 years ago
Carlos Sanchez
89d6dbf7b6
Migrated samples-attributes to Maven
22 years ago
Ben Alex
992cf44b36
Refactor MethodDefinitionMap to use Method, not MethodInvocation. Refactor AbstractSecurityInterceptor to not force use of Throwable. Move AOP Alliance based MethodSecurityInterceptor to separate package.
22 years ago
Ben Alex
8d973af603
Added MethodDefinitionSourceAdvisor for performance and autoproxying.
22 years ago
Ben Alex
6b54784915
Improved sample applications' bean reference notation.
22 years ago
Luke Taylor
9e59374477
Corrected typo "configuaration" in comments. Removed indentation tab characters.
22 years ago
Ben Alex
fa396c6cdf
Load AutoIntegrationFilter via FilterToBeanProxy.
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
Ben Alex
12c58006b0
Initial Maven support, thanks to Carlos Sanchez.
22 years ago
Ben Alex
b3e2d78c5d
Fix issue when encoded passwords are used. Modify Contacts sample to test encoded passwords.
22 years ago
Ben Alex
1b24ff5ea8
Refactor DaoAuthenticationProvider cache model.
22 years ago
Ben Alex
d5c14142d1
Add event capabilities.
22 years ago
Ben Alex
614f12448e
Create a NullRunAsManager, which is used by default by the AbstractSecurityInterceptor.
22 years ago
Ben Alex
ebf4603028
Quick-start assistance.
22 years ago
Ben Alex
c7991d8555
Channel filter should be commented out by default.
22 years ago
Ben Alex
ecac5a2eed
Make ChannelDecisionManagerImpl iterate through a list of channel security processors.
22 years ago
Ben Alex
136c27aff3
Corrected welcome page to display appropriate information depending on WAR being used.
22 years ago
Ben Alex
901c7d4752
Significantly enhance channel processing filter.
22 years ago
Ben Alex
2c97583f27
Filter to ensure web requests are received over a suitable secure channel.
22 years ago
Ben Alex
e0d57de330
Add DaoAuthenticationProvider caching support.
22 years ago
Ben Alex
26ff665dee
Correct <A HREF> tags to use proper URL encoding.
22 years ago
Ben Alex
fa9b872570
Initial CAS support.
22 years ago
Ben Alex
ff38767efd
Update to refer to new static location of ACEGI_SECURITY_LAST_EXCEPTION_KEY.
22 years ago
Ben Alex
6815e693a7
Make SecurityEnforcementFilter support pluggable authentication entry points. Enhance BASIC authentication so it's a viable alternative to form-based authentication for user agents like IE and Netscape.
22 years ago
Ben Alex
38835da164
Provide a proxy so filters can be loaded directly from the application context.
22 years ago
Ben Alex
239370ab96
Initial commit.
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
5d9d734735
more final version of the various PasswordEncoder implementations.
...
add unit tests for PasswordEncoder implementations.
remove ignore password case and ignore username case flags and handling from DaoAuthenticationProvider.
remove requirement described in JavaDoc for AuthenticationDao that it ignore case when returning a user by username. Implementations may still do so if configured as such.
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
7f9d7520f6
Remove duplication with contacts-servlet.xml.
22 years ago
Ben Alex
1d225f8891
Changed filters to use ContextLoaderListener.
22 years ago
Ben Alex
b1a3f8b182
Provide authentication failure reason to user.
22 years ago