You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/03/13 09:22:49 UTC

[2/3] syncope git commit: Allow overriding of updateLoginAttributes

Allow overriding of updateLoginAttributes


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b6302193
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b6302193
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b6302193

Branch: refs/heads/master
Commit: b63021933370edd834ba47ff095d7c86cb677404
Parents: 247d883
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 13 09:21:59 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 13 09:21:59 2015 +0100

----------------------------------------------------------------------
 .../syncope/core/security/SyncopeAuthenticationProvider.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/b6302193/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java b/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
index 75124c9..4992148 100644
--- a/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
+++ b/core/src/main/java/org/apache/syncope/core/security/SyncopeAuthenticationProvider.java
@@ -194,7 +194,7 @@ public class SyncopeAuthenticationProvider implements AuthenticationProvider {
         return token;
     }
 
-    private void updateLoginAttributes(SyncopeUser user, boolean authenticated) {
+    protected void updateLoginAttributes(SyncopeUser user, boolean authenticated) {
         boolean userModified = false;
 
         if (authenticated) {