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 class
RuleEntityImpl
Entity RuleEntity implementationMethods in com.soffid.iam.model that return RuleEntity Modifier and Type Method Description RuleEntity
RoleAccountEntity. getRule()
Gets value for attribute ruleRuleEntity
RuleAssignedRoleEntity. getRule()
Gets value for attribute ruleRuleEntity
RuleEntityDao. load(Long id)
Loads an instance ofRuleEntity
from the persistent store.RuleEntity
RuleEntityDaoBase. load(Long id)
Loads an instance ofRuleEntity
from the persistent store.RuleEntity
RuleEntityDao. newRuleEntity()
Creates an instance ofRuleEntity
.RuleEntity
RuleEntityDaoBase. newRuleEntity()
Creates an instance ofRuleEntity
.RuleEntity
RuleEntityDao. ruleToEntity(com.soffid.iam.api.Rule instance)
Transforms fromRule
objectRuleEntity
RuleEntityDaoBase. ruleToEntity(com.soffid.iam.api.Rule instance)
Transforms fromRule
objectMethods 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 ofRuleEntity
from the persistent store.List<RuleEntity>
RuleEntityDaoBase. loadAll()
Loads all instances ofRuleEntity
from the persistent store.List<RuleEntity>
RuleEntityDao. query(String query, Parameter[] parameters)
Query ofRuleEntity
from the persistent store.List<RuleEntity>
RuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofRuleEntity
from the persistent store.List<RuleEntity>
RuleEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofRuleEntity
from the persistent store.List<RuleEntity>
RuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofRuleEntity
from the persistent store.List<RuleEntity>
RuleEntityDao. ruleToEntityList(Collection<com.soffid.iam.api.Rule> instances)
Transforms fromRule
listList<RuleEntity>
RuleEntityDaoBase. ruleToEntityList(Collection<com.soffid.iam.api.Rule> instances)
Transforms fromRule
listMethods in com.soffid.iam.model with parameters of type RuleEntity Modifier and Type Method Description void
RuleEntityDao. create(RuleEntity entity)
Adds an instance ofRuleEntity
to the persistent store.void
RuleEntityDaoBase. create(RuleEntity entity)
Adds an instance ofRuleEntity
to the persistent store.void
RuleEntityDao. remove(RuleEntity entity)
Removes an instance ofRuleEntity
from the persistent store.void
RuleEntityDaoBase. remove(RuleEntity entity)
Removes an instance ofRuleEntity
from the persistent store.void
RuleEntityDaoImpl. remove(RuleEntity entity)
void
RuleEntityDao. ruleToEntity(com.soffid.iam.api.Rule source, RuleEntity target, boolean copyIfNull)
Copy data fromRule
objectvoid
RuleEntityDaoBase. ruleToEntity(com.soffid.iam.api.Rule source, RuleEntity target, boolean copyIfNull)
Copy data fromRule
objectvoid
RoleAccountEntity. setRule(RuleEntity rule)
Sets value for attribute rulevoid
RuleAssignedRoleEntity. setRule(RuleEntity rule)
Sets value for attribute rulecom.soffid.iam.api.Rule
RuleEntityDao. toRule(RuleEntity entity)
Transforms toRule
objectvoid
RuleEntityDao. toRule(RuleEntity source, com.soffid.iam.api.Rule target)
Copy data toRule
objectcom.soffid.iam.api.Rule
RuleEntityDaoBase. toRule(RuleEntity entity)
Transforms toRule
objectvoid
RuleEntityDaoBase. toRule(RuleEntity source, com.soffid.iam.api.Rule target)
Copy data toRule
objectvoid
RuleEntityDao. update(RuleEntity entity)
Updates an instance ofRuleEntity
at the persistent store.void
RuleEntityDaoBase. update(RuleEntity entity)
Updates an instance ofRuleEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type RuleEntity Modifier and Type Method Description void
RuleEntityDao. create(Collection<? extends RuleEntity> entities)
Creates a collection ofRuleEntity
and adds it to the persistent store.void
RuleEntityDaoBase. create(Collection<? extends RuleEntity> entities)
Creates a collection ofRuleEntity
and adds it to the persistent store.void
RuleEntityDao. remove(Collection<? extends RuleEntity> entities)
Removes a collection ofRuleEntity
from the persistent store.void
RuleEntityDaoBase. remove(Collection<? extends RuleEntity> entities)
Removes a collection ofRuleEntity
from the persistent store.List<com.soffid.iam.api.Rule>
RuleEntityDao. toRuleList(Collection<RuleEntity> entities)
Transforms toRule
listList<com.soffid.iam.api.Rule>
RuleEntityDaoBase. toRuleList(Collection<RuleEntity> instances)
Transforms toRule
listvoid
RuleEntityDao. update(Collection<? extends RuleEntity> entities)
Updates a collection ofRuleEntity
in the persistent store.void
RuleEntityDaoBase. update(Collection<? extends RuleEntity> entities)
Updates a collection ofRuleEntity
in 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 void
RuleEvaluatorService. apply(RuleEntity rule)
Operation applyvoid
RuleEvaluatorService. apply(RuleEntity rule, UserEntity user)
Operation applyvoid
RuleEvaluatorServiceBase. apply(RuleEntity rule)
void
RuleEvaluatorServiceBase. apply(RuleEntity rule, UserEntity user)
com.soffid.iam.api.AsyncProcessTracker
RuleEvaluatorService. applyAsync(RuleEntity rule)
Operation applyAsynccom.soffid.iam.api.AsyncProcessTracker
RuleEvaluatorServiceBase. applyAsync(RuleEntity rule)
protected void
RuleEvaluatorServiceImpl. doApply(RuleEntity rule, UserEntity user, com.soffid.iam.service.RuleEvaluatorServiceImpl.InterpreterEnvironment env, RuleEvaluatorGrantRevokeMethod method)
File
RuleEvaluatorService. dryRun(RuleEntity rule)
Operation dryRunFile
RuleEvaluatorServiceBase. dryRun(RuleEntity rule)
protected abstract void
RuleEvaluatorServiceBase. handleApply(RuleEntity rule)
protected abstract void
RuleEvaluatorServiceBase. handleApply(RuleEntity rule, UserEntity user)
protected void
RuleEvaluatorServiceImpl. handleApply(RuleEntity rule)
protected void
RuleEvaluatorServiceImpl. handleApply(RuleEntity rule, UserEntity user)
protected abstract com.soffid.iam.api.AsyncProcessTracker
RuleEvaluatorServiceBase. handleApplyAsync(RuleEntity rule)
protected com.soffid.iam.api.AsyncProcessTracker
RuleEvaluatorServiceImpl. handleApplyAsync(RuleEntity rule)
protected abstract File
RuleEvaluatorServiceBase. handleDryRun(RuleEntity rule)
protected File
RuleEvaluatorServiceImpl. 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 void
RuleDryRunMethod. grant(RuleEntity rule, UserEntity user, RoleEntity role, String domainValue, AccountEntity account)
void
RuleEvaluatorGrantRevokeMethod. grant(RuleEntity rule, UserEntity user, RoleEntity role, String domainValue, AccountEntity account)
-