Luke Taylor
|
08844f87d6
Fix javadoc upload url.
|
hace 15 años |
Luke Taylor
|
b3aad4cf19
Javadoc fixes.
|
hace 15 años |
Luke Taylor
|
5a4c81a2a5
Minor tinkering with build upload tasks.
|
hace 15 años |
Luke Taylor
|
0c09780644
SEC-1476: Modify AbstractPreAuthenticatedProcessingFilter to store authentication exception in request instead of creating a new session.
|
hace 15 años |
Luke Taylor
|
d5ffdd9c27
Import cleaning
|
hace 15 años |
Luke Taylor
|
64d59e1d32
Some extra FAQs and added comment to samples runall.sh script to explain that it's for dev only.
|
hace 15 años |
Luke Taylor
|
e7646a65f4
SEC-1421: Add setters to JdbcUserDetailsManager for group sql operations.
|
hace 15 años |
Luke Taylor
|
2c44461264
SEC-1473: Remove references to ContactSecurityVoter.
|
hace 15 años |
Luke Taylor
|
fcf33afce0
Formatting.
|
hace 15 años |
Luke Taylor
|
dccb30ad63
Remove use of wrong DOMUtils class (from com.sun package).
|
hace 15 años |
Luke Taylor
|
863ccecf55
SEC-1466: Report error if authentication-provider element has child elements when used with "ref" attribute.
|
hace 15 años |
Luke Taylor
|
165cbb0d19
SEC-1445: Added support for custom username and password parameters in form-login.
|
hace 15 años |
Luke Taylor
|
47ab2655d0
Remove outdated scm information from pom.xml
|
hace 15 años |
Luke Taylor
|
c95fe8af28
Adjust section in namespace chapter and increase section depth in manual TOC for easier reference.
|
hace 15 años |
Luke Taylor
|
bca6c1aeac
SEC-1468: Doc and Javadoc updates.
|
hace 15 años |
Luke Taylor
|
5b573d5d1e
Upgrade Maven build to Spring 3.0.2.
|
hace 15 años |
Luke Taylor
|
3c3aabf5be
SEC-1465: Change empty check to a null check for list of delegates for DelegatingMethodSecurityMetadataSource.
|
hace 15 años |
Luke Taylor
|
a421370a3d
SEC-1465: Change DelegatingMethodSecurityMetadataSource to use constructor injection to get round the problem of it being invoked before it has been initialized properly. Also changed the contacts tests to use the same app context and loading order as the actual webapp, to give better reassurance that the app will run successfully.
|
hace 15 años |
Luke Taylor
|
3bbbf07235
SEC-1464: Fix broken test (flags in returned user object were not being copied from stored user).
|
hace 15 años |
Luke Taylor
|
024e6904ff
SEC-1464: Deprecate UserMap, InMemoryDaoImpl and other related classes in favour of the simpler (non-property editor based) InMemoryUserDetailsManager.
|
hace 15 años |
Luke Taylor
|
f5859fabcf
SEC-1464: Created InMemoryUserDetailsManager and converted user-service BDP to use it for its in-memory database.
|
hace 15 años |
Luke Taylor
|
82bbd09b71
SEC-1460: Documentation of changes.
|
hace 15 años |
Luke Taylor
|
dada047e04
SEC-1456: Set rtexprvalue=true for "url" attribute in access tag to allow dynamic values (such as URL of current page).
|
hace 15 años |
Luke Taylor
|
def5f88c8c
SEC-1431: Added openid-selector to openid sample, plus AX configuration for myopenid.com.
|
hace 15 años |
Luke Taylor
|
2f025fba6c
SEC-1460: Added AxFetchListFactory which matches OpenID identifiers to lists of attributes to use in a fetch-request.
|
hace 15 años |
Luke Taylor
|
3af75afec1
Clarify that multiple authentication-provider elements can be used in combination.
|
hace 15 años |
Luke Taylor
|
ee1fd1bc50
SEC-1431: Modify OpenID sample to use a custom UserDetailsService which allows any user to authenticate, allocating them a standard role and "registers" their ID in a map, allowing it to be retrieved in subsequent logins.
|
hace 15 años |
Luke Taylor
|
f5468087c2
Remove cached DiscoveryInformation from session in OpenID4JavaConsumer's endConsumption method.
|
hace 15 años |
Luke Taylor
|
d3d9c5db59
Refactoring of UserDetailsService injection (for X509, OpenID and RememberMeServices) to use a factory bean rather than a post-processor.
|
hace 15 años |
Luke Taylor
|
74896f217b
SEC-1459: Generifying AuthenticationUserDetailsService. Now parameterized with <? extends Authentication>.
|
hace 15 años |