Uses of Class
com.soffid.iam.model.PamRuleEntity
-
Packages that use PamRuleEntity Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of PamRuleEntity in com.soffid.iam.model
Subclasses of PamRuleEntity in com.soffid.iam.model Modifier and Type Class Description classPamRuleEntityImplEntity PamRuleEntity implementationMethods in com.soffid.iam.model that return PamRuleEntity Modifier and Type Method Description PamRuleEntityPamRuleEntityDao. findByName(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration finderPamRuleEntityPamRuleEntityDao. findByName(String name)Operation findByNamePamRuleEntityPamRuleEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name)CriteriaSearchConfiguration implementationPamRuleEntityPamRuleEntityDaoBase. findByName(String name)Operation findByNamePamRuleEntityPamRuleEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name)Internal implementationPamRuleEntityIssueEntity. getRule()Gets value for attribute rulePamRuleEntityPamActionEntity. getRule()Gets value for attribute rulePamRuleEntityPamRuleEntityDao. load(Long id)Loads an instance ofPamRuleEntityfrom the persistent store.PamRuleEntityPamRuleEntityDaoBase. load(Long id)Loads an instance ofPamRuleEntityfrom the persistent store.PamRuleEntityPamRuleEntityDao. newPamRuleEntity()Creates an instance ofPamRuleEntity.PamRuleEntityPamRuleEntityDaoBase. newPamRuleEntity()Creates an instance ofPamRuleEntity.PamRuleEntityPamRuleEntityDao. pamRuleToEntity(com.soffid.iam.api.PamRule instance)Transforms fromPamRuleobjectPamRuleEntityPamRuleEntityDaoBase. pamRuleToEntity(com.soffid.iam.api.PamRule instance)Transforms fromPamRuleobjectMethods in com.soffid.iam.model that return types with arguments of type PamRuleEntity Modifier and Type Method Description List<PamRuleEntity>PamRuleEntityDao. loadAll()Loads all instances ofPamRuleEntityfrom the persistent store.List<PamRuleEntity>PamRuleEntityDaoBase. loadAll()Loads all instances ofPamRuleEntityfrom the persistent store.List<PamRuleEntity>PamRuleEntityDao. pamRuleToEntityList(Collection<com.soffid.iam.api.PamRule> instances)Transforms fromPamRulelistList<PamRuleEntity>PamRuleEntityDaoBase. pamRuleToEntityList(Collection<com.soffid.iam.api.PamRule> instances)Transforms fromPamRulelistList<PamRuleEntity>PamRuleEntityDao. query(String query, Parameter[] parameters)Query ofPamRuleEntityfrom the persistent store.List<PamRuleEntity>PamRuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofPamRuleEntityfrom the persistent store.List<PamRuleEntity>PamRuleEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofPamRuleEntityfrom the persistent store.List<PamRuleEntity>PamRuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofPamRuleEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type PamRuleEntity Modifier and Type Method Description voidPamRuleEntityDao. create(PamRuleEntity entity)Adds an instance ofPamRuleEntityto the persistent store.voidPamRuleEntityDaoBase. create(PamRuleEntity entity)Adds an instance ofPamRuleEntityto the persistent store.voidPamRuleEntityDao. pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)Copy data fromPamRuleobjectvoidPamRuleEntityDaoBase. pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)Copy data fromPamRuleobjectvoidPamRuleEntityDaoImpl. pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)voidPamRuleEntityDao. remove(PamRuleEntity entity)Removes an instance ofPamRuleEntityfrom the persistent store.voidPamRuleEntityDaoBase. remove(PamRuleEntity entity)Removes an instance ofPamRuleEntityfrom the persistent store.voidIssueEntity. setRule(PamRuleEntity rule)Sets value for attribute rulevoidPamActionEntity. setRule(PamRuleEntity rule)Sets value for attribute rulecom.soffid.iam.api.PamRulePamRuleEntityDao. toPamRule(PamRuleEntity entity)Transforms toPamRuleobjectvoidPamRuleEntityDao. toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)Copy data toPamRuleobjectcom.soffid.iam.api.PamRulePamRuleEntityDaoBase. toPamRule(PamRuleEntity entity)Transforms toPamRuleobjectvoidPamRuleEntityDaoBase. toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)Copy data toPamRuleobjectvoidPamRuleEntityDaoImpl. toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)voidPamRuleEntityDao. update(PamRuleEntity entity)Updates an instance ofPamRuleEntityat the persistent store.voidPamRuleEntityDaoBase. update(PamRuleEntity entity)Updates an instance ofPamRuleEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type PamRuleEntity Modifier and Type Method Description voidPamRuleEntityDao. create(Collection<? extends PamRuleEntity> entities)Creates a collection ofPamRuleEntityand adds it to the persistent store.voidPamRuleEntityDaoBase. create(Collection<? extends PamRuleEntity> entities)Creates a collection ofPamRuleEntityand adds it to the persistent store.voidPamRuleEntityDao. remove(Collection<? extends PamRuleEntity> entities)Removes a collection ofPamRuleEntityfrom the persistent store.voidPamRuleEntityDaoBase. remove(Collection<? extends PamRuleEntity> entities)Removes a collection ofPamRuleEntityfrom the persistent store.List<com.soffid.iam.api.PamRule>PamRuleEntityDao. toPamRuleList(Collection<PamRuleEntity> entities)Transforms toPamRulelistList<com.soffid.iam.api.PamRule>PamRuleEntityDaoBase. toPamRuleList(Collection<PamRuleEntity> instances)Transforms toPamRulelistvoidPamRuleEntityDao. update(Collection<? extends PamRuleEntity> entities)Updates a collection ofPamRuleEntityin the persistent store.voidPamRuleEntityDaoBase. update(Collection<? extends PamRuleEntity> entities)Updates a collection ofPamRuleEntityin the persistent store. -
Uses of PamRuleEntity in com.soffid.iam.service
Methods in com.soffid.iam.service with parameters of type PamRuleEntity Modifier and Type Method Description protected voidPamPolicyServiceImpl. notify(SessionEntity session, AccountEntity account, List<PamActionEntity> actions, PamRuleEntity pamRuleEntity)
-