Alon Bar-Lev has uploaded a new change for review. Change subject: aaa: cleanup: remove unused function ......................................................................
aaa: cleanup: remove unused function Topic: AAA Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1120720 Change-Id: I03ce61dbddc74704e641c43b0aa037c1b49c5319 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/LoginBaseCommand.java 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/17/32917/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/LoginBaseCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/LoginBaseCommand.java index 7f38e3a..b6ec6f5 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/LoginBaseCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/aaa/LoginBaseCommand.java @@ -344,11 +344,6 @@ AuditLogDirector.log(logable, AuditLogType.USER_VDC_LOGIN_FAILED); } - private boolean isPasswordAuth(ExtensionProxy authnExtension) { - return (authnExtension.getContext().<Long> get(Authn.ContextKeys.CAPABILITIES).longValue() & - Authn.Capabilities.AUTHENTICATE_PASSWORD) != 0; - } - private boolean isCredentialsAuth(ExtensionProxy authnExtension) { return (authnExtension.getContext().<Long> get(Authn.ContextKeys.CAPABILITIES).longValue() & Authn.Capabilities.AUTHENTICATE_CREDENTIALS) != 0; -- To view, visit http://gerrit.ovirt.org/32917 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03ce61dbddc74704e641c43b0aa037c1b49c5319 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
