[midPoint-git] [Evolveum/midpoint] 727fe8: Move credentials from UserType to FocusType
mederly
noreply at github.com
Thu Jan 30 15:01:18 UTC 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 727fe85bc95e4403cc7c1b4b14af7e483d72ae44
https://github.com/Evolveum/midpoint/commit/727fe85bc95e4403cc7c1b4b14af7e483d72ae44
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/PrismContainer.java
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/path/ItemName.java
M infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/ModelInteractionService.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/expression/evaluator/GenerateExpressionEvaluator.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/AbstractValuePolicyOriginResolver.java
A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/FocusValuePolicyOriginResolver.java
A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ObjectBasedValuePolicyOriginResolver.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ObjectValuePolicyEvaluator.java
R model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/UserValuePolicyOriginResolver.java
A model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ValuePolicyOriginResolver.java
M model/model-common/src/main/java/com/evolveum/midpoint/model/common/stringpolicy/ValuePolicyProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelInteractionServiceImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/ChangeExecutor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensElementContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/ContextLoader.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/CredentialPolicyEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/CredentialsProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/NoncePolicyEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/PasswordPolicyEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/ProjectionCredentialsProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/credentials/SecurityQuestionsPolicyEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/FocusProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/InboundProcessor.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/mappings/MappingEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/security/SecurityHelper.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/AbstractInternalModelIntegrationTest.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestPasswordPolicyProcessor.java
A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestPasswordPolicyProcessorForService.java
A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestPasswordPolicyProcessorForUser.java
R model/model-impl/src/test/resources/lens/password-policy-history.xml
R model/model-impl/src/test/resources/lens/password-policy-no-history.xml
A model/model-impl/src/test/resources/lens/ppolicy/service-printer.xml
R model/model-impl/src/test/resources/lens/security-policy-password-history.xml
M model/model-impl/testng-unit.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
M model/report-impl/pom.xml
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
M repo/security-api/src/main/java/com/evolveum/midpoint/security/api/SecurityUtil.java
Log Message:
-----------
Move credentials from UserType to FocusType
This is the first part of MID-6025 resolution.
Credentials were moved in the schema. CredentialsProcessor and related
classes were adapted to deal with FocusType instead of UserType. (With
the necessary simplification/refactoring.)
More information about the midPoint-svn
mailing list