/[Apache-SVN]
ViewVC logotype

Revision 1649302


Jump to revision: Previous Next
Author: chetanm
Date: Sun Jan 4 09:08:39 2015 UTC (9 years, 2 months ago)
Changed paths: 7
Log Message:
SLING-3227 - FormLoginModulePlugin does not work with Oak

Add FormLoginModule based on Oak support for JAAS authentication
-- FormAuthenticationHandler would use FormLoginModule or FormLoginModulePlugin depending on support for Oak LoginModule. This would enable use of same bundle in both Oak and JR2 based Sling deployments
-- For JAAS auth the handler would construct a FormCrendentials instance which is supported by FormLoginModule only. Once validated it would make use of Oak pre auth support to let Oak complete the JAAS login

Changed paths

Path Details
Directorysling/trunk/bundles/auth/form/pom.xml modified , text changed
Directorysling/trunk/bundles/auth/form/src/main/java/org/apache/sling/auth/form/impl/FormAuthenticationHandler.java modified , text changed
Directorysling/trunk/bundles/auth/form/src/main/java/org/apache/sling/auth/form/impl/jaas/ added
Directorysling/trunk/bundles/auth/form/src/main/java/org/apache/sling/auth/form/impl/jaas/FormCredentials.java added
Directorysling/trunk/bundles/auth/form/src/main/java/org/apache/sling/auth/form/impl/jaas/FormLoginModule.java added
Directorysling/trunk/bundles/auth/form/src/main/java/org/apache/sling/auth/form/impl/jaas/JaasHelper.java added
Directorysling/trunk/bundles/auth/form/src/main/resources/OSGI-INF/metatype/metatype.properties modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26