Alon Bar-Lev has posted comments on this change.

Change subject: aaa: do not display non password authn profiles within login
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/32732/1/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/LoginModel.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/LoginModel.java:

Line 203:                 loginModel.getProfile().setItems(domains);
Line 204: 
Line 205:             }
Line 206:         };
Line 207:         
AsyncDataProvider.getInstance().getAAAProfilesListViaPublic(_asyncQuery, true);
> minor comment - via public means this is a public query, no authn/authz is 
I thought about this, but then I will need to modify the name of the method to 
getAAAProfilesListForPasswordAuthenticationViaPublic.

so I thought that as we have single query anyway, that returns everything, 
there is no need to do so, just filter based on the argument.
Line 208:     }
Line 209: 
Line 210:     public void login()
Line 211:     {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I74df82dcead1b88124b44cbec2ea43ef85768fce
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@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