Uses of Enum Class
com.evolveum.midpoint.ninja.action.mining.generator.context.RbacObjectCategoryProcessor.Category
Packages that use RbacObjectCategoryProcessor.Category
-
Uses of RbacObjectCategoryProcessor.Category in com.evolveum.midpoint.ninja.action.mining.generator.context
Methods in com.evolveum.midpoint.ninja.action.mining.generator.context that return RbacObjectCategoryProcessor.CategoryModifier and TypeMethodDescriptionRbacObjectCategoryProcessor.getRandomCategory(RbacObjectCategoryProcessor.Category category) RbacObjectCategoryProcessor.getRandomCategory(RbacObjectCategoryProcessor.Category category, RbacObjectCategoryProcessor.Category category2) Returns the enum constant of this class with the specified name.static RbacObjectCategoryProcessor.Category[]RbacObjectCategoryProcessor.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.ninja.action.mining.generator.context with parameters of type RbacObjectCategoryProcessor.CategoryModifier and TypeMethodDescriptionstatic voidRbacObjectCategoryProcessor.assignPrimaryAccessByCategory(@NotNull UserType user, @NotNull RbacObjectCategoryProcessor.Category category, @NotNull GeneratorOptions generatorOptions) 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) RbacObjectCategoryProcessor.getRandomCategory(RbacObjectCategoryProcessor.Category category) RbacObjectCategoryProcessor.getRandomCategory(RbacObjectCategoryProcessor.Category category, RbacObjectCategoryProcessor.Category category2) 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 RbacObjectCategoryProcessor.CategoryModifierConstructorDescriptionOutlierJumper(@NotNull RbacObjectCategoryProcessor.Category category) OutlierMask(@NotNull RbacObjectCategoryProcessor.Category category) OutlierMatuzalem(@NotNull RbacObjectCategoryProcessor.Category category) OutlierZombie(@NotNull RbacObjectCategoryProcessor.Category category)