You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/01/16 05:15:01 UTC

[karaf] branch master updated (8bebf9f -> 897069f)

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(-)


[karaf] 01/01: Merge pull request #718 from coheigea/login_modules

Posted by jb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 897069f37f237ddacd662da951e8a32cfbcff054
Merge: 8bebf9f d2f19a5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jan 16 06:14:56 2019 +0100

    Merge pull request #718 from coheigea/login_modules
    
    Consolidate LoginModule functionality in the abstract class. Also imp…

 .../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(-)