Package com.evolveum.midpoint.model.impl
Class ModelBeans
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.ModelBeans
-
@Experimental @Component public class ModelBeans extends Object
Commonly-used beans for model-impl module. This class is intended to be used in classes that are not managed by Spring. (To avoid massive transfer of references to individual beans from Spring-managed class to the place where the beans are needed.)
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ModelBeans()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelBeans
get()
void
init()
-
-
-
Field Detail
-
prismContext
@Autowired public PrismContext prismContext
-
schemaService
@Autowired public SchemaService schemaService
-
modelObjectResolver
@Autowired public ModelObjectResolver modelObjectResolver
-
modelService
@Autowired public ModelService modelService
-
cacheRepositoryService
@Autowired @Qualifier("cacheRepositoryService") public RepositoryService cacheRepositoryService
-
matchingRuleRegistry
@Autowired public MatchingRuleRegistry matchingRuleRegistry
-
autoAssignMappingCollector
@Autowired public AutoAssignMappingCollector autoAssignMappingCollector
-
mappingEvaluator
@Autowired public MappingEvaluator mappingEvaluator
-
mappingFactory
@Autowired public MappingFactory mappingFactory
-
commonBeans
@Autowired public ModelCommonBeans commonBeans
-
contextLoader
@Autowired public ContextLoader contextLoader
-
credentialsProcessor
@Autowired public CredentialsProcessor credentialsProcessor
-
protector
@Autowired public Protector protector
-
medic
@Autowired public ClockworkMedic medic
-
provisioningService
@Autowired public ProvisioningService provisioningService
-
projectionValueMetadataCreator
@Autowired public ProjectionValueMetadataCreator projectionValueMetadataCreator
-
activationComputer
@Autowired public ActivationComputer activationComputer
-
clock
@Autowired public Clock clock
-
securityEnforcer
@Autowired public SecurityEnforcer securityEnforcer
-
securityContextManager
@Autowired public SecurityContextManager securityContextManager
-
metadataManager
@Autowired public OperationalDataManager metadataManager
-
taskManager
@Autowired public TaskManager taskManager
-
expressionFactory
@Autowired public ExpressionFactory expressionFactory
-
workflowManager
@Autowired(required=false) public WorkflowManager workflowManager
-
clockworkConflictResolver
@Autowired public ClockworkConflictResolver clockworkConflictResolver
-
contextFactory
@Autowired public ContextFactory contextFactory
-
clockwork
@Autowired public Clockwork clockwork
-
syncTaskHelper
@Autowired public SyncTaskHelper syncTaskHelper
-
eventDispatcher
@Autowired public EventDispatcher eventDispatcher
-
systemObjectCache
@Autowired public SystemObjectCache systemObjectCache
-
cacheConfigurationManager
@Autowired public CacheConfigurationManager cacheConfigurationManager
-
synchronizationService
@Autowired public SynchronizationService synchronizationService
-
clockworkAuditHelper
@Autowired public ClockworkAuditHelper clockworkAuditHelper
-
clockworkAuthorizationHelper
@Autowired public ClockworkAuthorizationHelper clockworkAuthorizationHelper
-
policyRuleScriptExecutor
@Autowired public PolicyRuleScriptExecutor policyRuleScriptExecutor
-
migrator
@Autowired public Migrator migrator
-
personaProcessor
@Autowired public PersonaProcessor personaProcessor
-
changeExecutor
@Autowired public ChangeExecutor changeExecutor
-
projector
@Autowired public Projector projector
-
policyRuleEnforcer
@Autowired public PolicyRuleEnforcer policyRuleEnforcer
-
policyRuleSuspendTaskExecutor
@Autowired public PolicyRuleSuspendTaskExecutor policyRuleSuspendTaskExecutor
-
clockworkHookHelper
@Autowired public ClockworkHookHelper clockworkHookHelper
-
securityHelper
@Autowired public SecurityHelper securityHelper
-
-
Method Detail
-
init
@PostConstruct public void init()
-
get
public static ModelBeans get()
-
-