Rob Winch
|
5c05575c0d
|
Cleaned up warnings in openid module
|
15 years ago |
Rob Winch
|
68ba11ba7b
|
SEC-1711: Support verifying that attribute exchange parameters were signed
|
15 years ago |
Rob Winch
|
62ba0fca5c
|
SEC-1710: Added shutdown method to OpenID4JavaConsumer that invokes MultiThreadedHttpConnectionManager.shutdownAll()
|
15 years ago |
Luke Taylor
|
3f1d8782c3
|
Minor fix to bundlor template for config module.
|
15 years ago |
Luke Taylor
|
01c9c4e4db
|
SEC-1697: Don't publish authorization success events in AbstractSecurityInterceptor by default.
|
15 years ago |
Luke Taylor
|
74b0c1780e
|
SEC-1707: Added metadata-source-ref attribute to namespace appendix.
|
15 years ago |
Luke Taylor
|
8d99918798
|
SEC-1491: Add support for an external priority SecurityMetadataSource to be referenced from global-method-security.
|
15 years ago |
Luke Taylor
|
3084ad878f
|
SEC-1491: Added AnnotationMetadataExtractor to SecuredAnnotationSecurityMetadataSource to allow a custom security annotation to be used.
|
15 years ago |
Luke Taylor
|
244047ffe9
|
Delete unused test entities.
|
15 years ago |
Luke Taylor
|
ead669f10c
|
Move single-use annotation test classes into SecuredAnnotationSecurityMetadataDefinitionSourceTests.
|
15 years ago |
Luke Taylor
|
ddaf9eb64f
|
SEC-1705: Make sure a single OpenIDAuthenticationFilter bean is created by the namespace. Likewise for UsernamePasswordAuthenticationFilter.
|
15 years ago |
Rob Winch
|
79e17e22bc
|
SEC-1703: Updated namespace for intercept-url
|
15 years ago |
Rob Winch
|
d9d5ee1114
|
SEC-1703: Updated cas custom-filter@ref to match example bean id and custom-filter@position to be CAS_FILTER
|
15 years ago |
Luke Taylor
|
9c88576992
|
Added extra FAQ on "Bad Credentials" message and on testing LDAP authentication. Minor mods to LDAP doc.
|
15 years ago |
Luke Taylor
|
78d5495945
|
SEC-1702: Add Burt's patch implementing hashcode method in AntPathRequestMatcher
|
15 years ago |
Luke Taylor
|
4a1908188a
|
SEC-1701: Trim claimed identity parameter value before submitting to OpenID4Java.
|
15 years ago |
Rob Winch
|
236efadfb7
|
SEC-1698: Update documentation to use correct package for RequestHeaderAuthenticationFilter
|
15 years ago |
Luke Taylor
|
1dc309b041
|
SEC-1689: Minor doc updates related to use of password encoding and the crypto package.
|
15 years ago |
Luke Taylor
|
e470eaa41d
|
SEC-1689: Moved core codec code into crypto package and removed existing duplication (Hex encoding etc). Refactoring of crypto code to use CharSequence for where possible instead of String.
|
15 years ago |
Luke Taylor
|
3a3b2df1c5
|
Minor rewording of "child web context" FAQ.
|
15 years ago |
Rob Winch
|
bb3b8e4683
|
Update AspectJPlugin to configure EclipseProject and EclipseClasspath tasks
|
15 years ago |
Luke Taylor
|
315c225bcb
|
Removed unused aspectj gradle file
|
15 years ago |
Luke Taylor
|
4654f7065a
|
SEC-1693: Expand upper bound on EHCache OSGi version to version 2.5
|
15 years ago |
Luke Taylor
|
9c09f0b73d
|
Remove unnecessary repos from main build file (EBR should only be needed for bundlor) and we generally have no need to build against snapshots other than for one-off testing.
|
15 years ago |
Luke Taylor
|
50828cdd43
|
SEC-1689: Move crypto module code to core for simplicity.
|
15 years ago |
Luke Taylor
|
a25d131f21
|
Some doc clarifications on the use of UserDetailService vs AuthenticationProvider.
|
15 years ago |
Luke Taylor
|
b26f2309f4
|
Add paragraph to manual database appendix to clarify that the standard schema is completely optional if you aren't using JdbcDaoImpl.
|
15 years ago |
Luke Taylor
|
9cf8ba02ba
|
Adding some extra section IDs in namespace appendix to provide bookmarkable URLs.
|
15 years ago |
Luke Taylor
|
ccc548b9e4
|
Fixing bundlor warnings.
|
15 years ago |
Luke Taylor
|
5a6afbff95
|
SEC-1688: Allow injection of a PasswordEncoder from the crypto module into DaoAuthenticationProvider.
|
15 years ago |
Luke Taylor
|
885f0270dc
|
Some adjustments to the core build to make sure crypto classes are correctly exported to other tasks.
|
15 years ago |
Luke Taylor
|
57c3afd31a
|
SEC-1689: Adjust manual to remove references to separate crypto module.
|
15 years ago |
Rob Winch
|
a50c9afbab
|
Modified jaas sample's LoginModule to prevent empty string username/password
|
15 years ago |
Rob Winch
|
9e5d35235c
|
Made the principal for jaas sample serializable
|
15 years ago |
Rob Winch
|
6983b166d8
|
Configure Eclipse wtp to use the same context root as jetty
|
15 years ago |
Rob Winch
|
bd53ff1832
|
Updated gradle build so that eclipse is configured for AJDT
|
15 years ago |
Rob Winch
|
8978a3af3d
|
Updated gradle build to workaround GRADLE-1426 - configure Eclipse WTP correctly to include dependencies that were on the WAR when there are no source folders for the WAR.
|
15 years ago |
Rob Winch
|
2b67f5fee6
|
Updated gradle build to workaround GRADLE-1422 - test dependencies being improperly deployed when using Eclipse WTP
|
15 years ago |
Rob Winch
|
6c01590bbf
|
Updated gradle build to workaround GRADLE-1116 - workaround /build/classes/test being added to the Eclipse classpath
|
15 years ago |
Rob Winch
|
c7de933cb9
|
Updated gradle wrapper to gradle-1.0-milestone-1
|
15 years ago |
Luke Taylor
|
9d45828cb0
|
SEC-1689: Package crypto module classes with core.
|
15 years ago |
Luke Taylor
|
db6edfb512
|
Pull in changes to convert emma, aspectj and bundlor usage to plugins
|
15 years ago |
Luke Taylor
|
fd1a70edc2
|
SEC-1665: Add extra check of non-public declared methods in MethodInvocationAdapter, if public method cannot be found.
|
15 years ago |
Luke Taylor
|
dc73bbef3f
|
Add inputs to AspectJ compilation tasks for change-detection purposes.
|
15 years ago |
Luke Taylor
|
131c80f444
|
SEC-1690: Refactor expression PropertyAccessor for dealing with properties as beans in the ApplicationContext.
|
15 years ago |
Luke Taylor
|
72f031253f
|
Remove unnecessary dependency repos and update GAE version.
|
15 years ago |
Luke Taylor
|
44252207db
|
SEC-1683: Corrected typo
|
15 years ago |
Luke Taylor
|
7a0a2dace6
|
Revert deliberate test failure.
|
15 years ago |
Luke Taylor
|
a9d325ea18
|
Deliberately fail test to test bamboo's reaction
|
15 years ago |
Luke Taylor
|
4a7608b7a9
|
SEC-1640: Add support for "this" property to MethodSecurityExpressionRoot object, representing the object on which the method is actually being invoked.
|
15 years ago |