Uses of Class
com.evolveum.midpoint.ninja.action.mining.generator.GeneratorOptions
Packages that use GeneratorOptions
Package
Description
-
Uses of GeneratorOptions in com.evolveum.midpoint.ninja.action.mining.generator.context
Fields in com.evolveum.midpoint.ninja.action.mining.generator.context declared as GeneratorOptionsMethods in com.evolveum.midpoint.ninja.action.mining.generator.context with parameters of type GeneratorOptionsModifier and TypeMethodDescriptionstatic voidRbacObjectCategoryProcessor.assignPrimaryAccessByCategory(@NotNull UserType user, @NotNull RbacObjectCategoryProcessor.Category category, @NotNull GeneratorOptions generatorOptions) voidRbacObjectCategoryBuilder.OutlierJumper.buildAndImport(@NotNull Log log, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull GeneratorOptions generatorOptions, int index, @NotNull OperationResult result) voidRbacObjectCategoryBuilder.OutlierMask.buildAndImport(@NotNull Log log, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull GeneratorOptions generatorOptions, int index, @NotNull OperationResult result) voidRbacObjectCategoryBuilder.OutlierMatuzalem.buildAndImport(@NotNull Log log, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull GeneratorOptions generatorOptions, int index, @NotNull OperationResult result) voidRbacObjectCategoryBuilder.OutlierZombie.buildAndImport(@NotNull Log log, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull GeneratorOptions generatorOptions, int index, @NotNull OperationResult result) voidRbacBasicStructure.buildAndImportObjects(@NotNull Log log, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull GeneratorOptions generatorOptions, int total, Set<String> names, @NotNull OperationResult result) voidRbacUserType.buildAndImportObjects(@NotNull Log log, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull GeneratorOptions generatorOptions, int total, Set<String> names, @NotNull OperationResult result) This method is responsible for building and importing objects for a specific user type.static voidRbacObjectCategoryProcessor.generateRbacData(@NotNull com.evolveum.midpoint.repo.api.RepositoryService repository, @NotNull RbacObjectCategoryProcessor.Category category, @NotNull Log log, @NotNull GeneratorOptions generatorOptions, int total, Set<String> names, OperationResult result) static voidRbacObjectCategoryProcessor.generateRbacObject(@NotNull UserType user, @NotNull RbacObjectCategoryProcessor.Category category, @NotNull GeneratorOptions generatorOptions) protected static @NotNull List<InitialObjectsDefinition.PlanktonApplicationBusinessAbstractRole>RbacGeneratorUtils.getRandomPlanktonRoles(int minRoles, int maxRoles, GeneratorOptions generatorOptions) protected static @NotNull List<InitialObjectsDefinition.PlanktonApplicationBusinessAbstractRole>RbacGeneratorUtils.getRandomPlanktonRoles(int minRoles, GeneratorOptions generatorOptions) Retrieves a list of randomly selected plankton abstract roles.static voidImportAction.importUserAndResolveAuxRoles(@NotNull UserType user, @NotNull com.evolveum.midpoint.repo.api.RepositoryService repositoryService, @NotNull GeneratorOptions generatorOptions, @NotNull OperationResult result, @NotNull Log log) static voidImportAction.remakeUsersBusinessRoles(@NotNull NinjaContext context, @NotNull OperationResult result, @NotNull GeneratorOptions generatorOptions, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options) Remakes business roles for their inducements on users.static @Nullable StringRbacObjectCategoryProcessor.retrieveOrgUnit(@NotNull GeneratorOptions generatorOptions, @NotNull RbacObjectCategoryProcessor.Category category) Constructors in com.evolveum.midpoint.ninja.action.mining.generator.context with parameters of type GeneratorOptionsModifierConstructorDescriptionContractor(GeneratorOptions generatorOptions) Default constructor for the Contractor class.ImportAction(@NotNull NinjaContext context, @NotNull GeneratorOptions generatorOptions, @NotNull OperationResult result) IrregularUserType(GeneratorOptions generatorOptions) ManagerUserType(GeneratorOptions generatorOptions) Default constructor for the ManagerUser class.RbacUserType(GeneratorOptions generatorOptions) RegularUserType(GeneratorOptions generatorOptions) Default constructor for the RegularUser class.SalesUserType(GeneratorOptions generatorOptions) SecurityOfficer(GeneratorOptions generatorOptions) Default constructor for the SecurityOfficer class.SemiRegularUserType(GeneratorOptions generatorOptions) -
Uses of GeneratorOptions in com.evolveum.midpoint.ninja.action.mining.generator.object
Constructors in com.evolveum.midpoint.ninja.action.mining.generator.object with parameters of type GeneratorOptions