Class LoginAssignmentCollector
java.lang.Object
com.evolveum.midpoint.model.impl.lens.LoginAssignmentCollector
Collects [evaluated] assignments during login process.
- Author:
- katka
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<AH extends AssignmentHolderType>
Collection<EvaluatedAssignment>collect
(@NotNull PrismObject<AH> focus, Task task, OperationResult result) The focus must come from the repository (directly or indirectly).
-
Constructor Details
-
LoginAssignmentCollector
public LoginAssignmentCollector()
-
-
Method Details
-
collect
public <AH extends AssignmentHolderType> Collection<EvaluatedAssignment> collect(@NotNull @NotNull PrismObject<AH> focus, Task task, OperationResult result) throws SchemaException, ConfigurationException The focus must come from the repository (directly or indirectly). [EP:APSO] DONE (currently it is) + see the method body comments
-