Yair Zaslavsky has submitted this change and it was merged.
Change subject: 7. core: Add temporary authenticator and directory
......................................................................
7. core: Add temporary authenticator and directory
This change adds new temporary authenticator and directoriy intended to
serve as a bridge between the new authenticator interface introduced in
a previous change and the existing authentication infrastructure.
This bridge will exist while the engine is migrated to use the new
interfaces.
Change-Id: I9a0374d788f46ad7989cad5200babe03213b44aa
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
Signed-off-by: Yair Zaslavsky <yzaslavs(a)redhat.com>
---
A
backend/manager/modules/authentication/src/main/java/org/ovirt/engine/core/authentication/result/BooleanAuthenticationResult.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/authentication/provisional/ProvisionalAuthenticationResult.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/authentication/provisional/ProvisionalAuthenticator.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/authentication/provisional/ProvisionalAuthenticatorFactory.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/authentication/provisional/ProvisionalDirectory.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/authentication/provisional/ProvisionalDirectoryFactory.java
A
backend/manager/modules/bll/src/main/resources/META-INF/services/org.ovirt.engine.core.authentication.AuthenticatorFactory
A
backend/manager/modules/bll/src/main/resources/META-INF/services/org.ovirt.engine.core.authentication.DirectoryFactory
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/Factory.java
9 files changed, 432 insertions(+), 1 deletion(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15662
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9a0374d788f46ad7989cad5200babe03213b44aa
Gerrit-PatchSet: 34
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server