Alon Bar-Lev has posted comments on this change.

Change subject: aaa: InternalAuthenticator should use the new extensions API
......................................................................


Patch Set 10:

(1 comment)

http://gerrit.ovirt.org/#/c/26443/10/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthenticatorProxy.java
File 
backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthenticatorProxy.java:

Line 23: 
Line 24:     @Override
Line 25:     @Deprecated
Line 26:     public void authenticate(String user, String password) {
Line 27:         ExtMap inputMap = new ExtMap().mput(
you can remove the inputMap temp variable.
Line 28:                 Base.InvokeKeys.COMMAND, 
Authn.InvokeCommands.AUTHENTICATE_CREDENTIALS
Line 29:                 ).mput(
Line 30:                         Authn.InvokeKeys.USER, user
Line 31:                 ).mput(


-- 
To view, visit http://gerrit.ovirt.org/26443
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I60f7b7f50617bff9f4872dc79f14fb016c9d72d3
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to