Alon Bar-Lev has uploaded a new change for review. Change subject: bll: aaa: cleanup: remove unused function ......................................................................
bll: aaa: cleanup: remove unused function Topic: AAA Change-Id: I03ce61dbddc74704e641c43b0aa037c1b49c5319 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- 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/05/32805/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/32805 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03ce61dbddc74704e641c43b0aa037c1b49c5319 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches