Uses of Class
com.soffid.iam.model.RuleEntity
-
Packages that use RuleEntity Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.impl -
-
Uses of RuleEntity in com.soffid.iam.model
Subclasses of RuleEntity in com.soffid.iam.model Modifier and Type Class Description classRuleEntityImplEntity RuleEntity implementationMethods in com.soffid.iam.model that return RuleEntity Modifier and Type Method Description RuleEntityRoleAccountEntity. getRule()Gets value for attribute ruleRuleEntityRuleAssignedRoleEntity. getRule()Gets value for attribute ruleRuleEntityRuleEntityDao. load(Long id)Loads an instance ofRuleEntityfrom the persistent store.RuleEntityRuleEntityDaoBase. load(Long id)Loads an instance ofRuleEntityfrom the persistent store.RuleEntityRuleEntityDao. newRuleEntity()Creates an instance ofRuleEntity.RuleEntityRuleEntityDaoBase. newRuleEntity()Creates an instance ofRuleEntity.RuleEntityRuleEntityDao. ruleToEntity(com.soffid.iam.api.Rule instance)Transforms fromRuleobjectRuleEntityRuleEntityDaoBase. ruleToEntity(com.soffid.iam.api.Rule instance)Transforms fromRuleobjectMethods in com.soffid.iam.model that return types with arguments of type RuleEntity Modifier and Type Method Description List<RuleEntity>RuleEntityDao. findByDescription(CriteriaSearchConfiguration criteria, String description)CriteriaSearchConfiguration finderList<RuleEntity>RuleEntityDao. findByDescription(String description)Operation findByDescriptionList<RuleEntity>RuleEntityDaoBase. findByDescription(CriteriaSearchConfiguration criteria, String description)CriteriaSearchConfiguration implementationList<RuleEntity>RuleEntityDaoBase. findByDescription(String description)Operation findByDescriptionList<RuleEntity>RuleEntityDaoBase. findByDescription(String queryString, CriteriaSearchConfiguration criteria, String description)Internal implementationList<RuleEntity>RuleEntityDao. findByRoleId(CriteriaSearchConfiguration criteria, Long roleId)CriteriaSearchConfiguration finderList<RuleEntity>RuleEntityDao. findByRoleId(Long roleId)Operation findByRoleIdList<RuleEntity>RuleEntityDaoBase. findByRoleId(CriteriaSearchConfiguration criteria, Long roleId)CriteriaSearchConfiguration implementationList<RuleEntity>RuleEntityDaoBase. findByRoleId(Long roleId)Operation findByRoleIdList<RuleEntity>RuleEntityDaoBase. findByRoleId(String queryString, CriteriaSearchConfiguration criteria, Long roleId)Internal implementationList<RuleEntity>RuleEntityDao. loadAll()Loads all instances ofRuleEntityfrom the persistent store.List<RuleEntity>RuleEntityDaoBase. loadAll()Loads all instances ofRuleEntityfrom the persistent store.List<RuleEntity>RuleEntityDao. query(String query, Parameter[] parameters)Query ofRuleEntityfrom the persistent store.List<RuleEntity>RuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofRuleEntityfrom the persistent store.List<RuleEntity>RuleEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofRuleEntityfrom the persistent store.List<RuleEntity>RuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofRuleEntityfrom the persistent store.List<RuleEntity>RuleEntityDao. ruleToEntityList(Collection<com.soffid.iam.api.Rule> instances)Transforms fromRulelistList<RuleEntity>RuleEntityDaoBase. ruleToEntityList(Collection<com.soffid.iam.api.Rule> instances)Transforms fromRulelistMethods in com.soffid.iam.model with parameters of type RuleEntity Modifier and Type Method Description voidRuleEntityDao. create(RuleEntity entity)Adds an instance ofRuleEntityto the persistent store.voidRuleEntityDaoBase. create(RuleEntity entity)Adds an instance ofRuleEntityto the persistent store.voidRuleEntityDao. remove(RuleEntity entity)Removes an instance ofRuleEntityfrom the persistent store.voidRuleEntityDaoBase. remove(RuleEntity entity)Removes an instance ofRuleEntityfrom the persistent store.voidRuleEntityDaoImpl. remove(RuleEntity entity)voidRuleEntityDao. ruleToEntity(com.soffid.iam.api.Rule source, RuleEntity target, boolean copyIfNull)Copy data fromRuleobjectvoidRuleEntityDaoBase. ruleToEntity(com.soffid.iam.api.Rule source, RuleEntity target, boolean copyIfNull)Copy data fromRuleobjectvoidRoleAccountEntity. setRule(RuleEntity rule)Sets value for attribute rulevoidRuleAssignedRoleEntity. setRule(RuleEntity rule)Sets value for attribute rulecom.soffid.iam.api.RuleRuleEntityDao. toRule(RuleEntity entity)Transforms toRuleobjectvoidRuleEntityDao. toRule(RuleEntity source, com.soffid.iam.api.Rule target)Copy data toRuleobjectcom.soffid.iam.api.RuleRuleEntityDaoBase. toRule(RuleEntity entity)Transforms toRuleobjectvoidRuleEntityDaoBase. toRule(RuleEntity source, com.soffid.iam.api.Rule target)Copy data toRuleobjectvoidRuleEntityDao. update(RuleEntity entity)Updates an instance ofRuleEntityat the persistent store.voidRuleEntityDaoBase. update(RuleEntity entity)Updates an instance ofRuleEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type RuleEntity Modifier and Type Method Description voidRuleEntityDao. create(Collection<? extends RuleEntity> entities)Creates a collection ofRuleEntityand adds it to the persistent store.voidRuleEntityDaoBase. create(Collection<? extends RuleEntity> entities)Creates a collection ofRuleEntityand adds it to the persistent store.voidRuleEntityDao. remove(Collection<? extends RuleEntity> entities)Removes a collection ofRuleEntityfrom the persistent store.voidRuleEntityDaoBase. remove(Collection<? extends RuleEntity> entities)Removes a collection ofRuleEntityfrom the persistent store.List<com.soffid.iam.api.Rule>RuleEntityDao. toRuleList(Collection<RuleEntity> entities)Transforms toRulelistList<com.soffid.iam.api.Rule>RuleEntityDaoBase. toRuleList(Collection<RuleEntity> instances)Transforms toRulelistvoidRuleEntityDao. update(Collection<? extends RuleEntity> entities)Updates a collection ofRuleEntityin the persistent store.voidRuleEntityDaoBase. update(Collection<? extends RuleEntity> entities)Updates a collection ofRuleEntityin the persistent store. -
Uses of RuleEntity in com.soffid.iam.service
Methods in com.soffid.iam.service with parameters of type RuleEntity Modifier and Type Method Description voidRuleEvaluatorService. apply(RuleEntity rule)Operation applyvoidRuleEvaluatorService. apply(RuleEntity rule, UserEntity user)Operation applyvoidRuleEvaluatorServiceBase. apply(RuleEntity rule)voidRuleEvaluatorServiceBase. apply(RuleEntity rule, UserEntity user)com.soffid.iam.api.AsyncProcessTrackerRuleEvaluatorService. applyAsync(RuleEntity rule)Operation applyAsynccom.soffid.iam.api.AsyncProcessTrackerRuleEvaluatorServiceBase. applyAsync(RuleEntity rule)protected voidRuleEvaluatorServiceImpl. doApply(RuleEntity rule, UserEntity user, com.soffid.iam.service.RuleEvaluatorServiceImpl.InterpreterEnvironment env, RuleEvaluatorGrantRevokeMethod method)FileRuleEvaluatorService. dryRun(RuleEntity rule)Operation dryRunFileRuleEvaluatorServiceBase. dryRun(RuleEntity rule)protected abstract voidRuleEvaluatorServiceBase. handleApply(RuleEntity rule)protected abstract voidRuleEvaluatorServiceBase. handleApply(RuleEntity rule, UserEntity user)protected voidRuleEvaluatorServiceImpl. handleApply(RuleEntity rule)protected voidRuleEvaluatorServiceImpl. handleApply(RuleEntity rule, UserEntity user)protected abstract com.soffid.iam.api.AsyncProcessTrackerRuleEvaluatorServiceBase. handleApplyAsync(RuleEntity rule)protected com.soffid.iam.api.AsyncProcessTrackerRuleEvaluatorServiceImpl. handleApplyAsync(RuleEntity rule)protected abstract FileRuleEvaluatorServiceBase. handleDryRun(RuleEntity rule)protected FileRuleEvaluatorServiceImpl. handleDryRun(RuleEntity rule) -
Uses of RuleEntity in com.soffid.iam.service.impl
Methods in com.soffid.iam.service.impl with parameters of type RuleEntity Modifier and Type Method Description voidRuleDryRunMethod. grant(RuleEntity rule, UserEntity user, RoleEntity role, String domainValue, AccountEntity account)voidRuleEvaluatorGrantRevokeMethod. grant(RuleEntity rule, UserEntity user, RoleEntity role, String domainValue, AccountEntity account)
-