Yair Zaslavsky has posted comments on this change. Change subject: 9. [WIP] core: Introducing AuthenticationProfileRepository ......................................................................
Patch Set 26: (1 comment) http://gerrit.ovirt.org/#/c/24366/26/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/Directory.java File backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/Directory.java: Line 16: * Line 17: */ Line 18: private static final long serialVersionUID = -8724317446083142917L; Line 19: Line 20: public String getName() { I kept the methods for convenience, and removed the fields (I rely on the context, as you suggested). Line 21: return (String) context.get(ExtensionProperties.NAME); Line 22: } Line 23: Line 24: public String getProfileName() { -- To view, visit http://gerrit.ovirt.org/24366 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If375fccea98544c64d9ec41cc9dbcb855bf02fb7 Gerrit-PatchSet: 26 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
