This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git.
from 8bebf9f Update copyright
add d2f19a5 Consolidate LoginModule functionality in the abstract class.
Also implement abort() properly.
new 897069f Merge pull request #718 from coheigea/login_modules
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jaas/modules/AbstractKarafLoginModule.java | 48 +++++++++++++++++++++-
.../karaf/jaas/modules/jdbc/JDBCLoginModule.java | 14 +------
.../jaas/modules/ldap/GSSAPILdapLoginModule.java | 19 +++------
.../karaf/jaas/modules/ldap/LDAPLoginModule.java | 11 +----
.../jaas/modules/ldap/LDAPPubkeyLoginModule.java | 11 +----
.../jaas/modules/osgi/OsgiConfigLoginModule.java | 19 +--------
.../properties/DigestPasswordLoginModule.java | 18 +-------
.../modules/properties/PropertiesLoginModule.java | 18 +-------
.../modules/publickey/PublickeyLoginModule.java | 18 +-------
.../jaas/modules/syncope/SyncopeLoginModule.java | 11 +----
10 files changed, 60 insertions(+), 127 deletions(-)