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 class
PamRuleEntityImpl
Entity PamRuleEntity implementationMethods in com.soffid.iam.model that return PamRuleEntity Modifier and Type Method Description PamRuleEntity
PamRuleEntityDao. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration finderPamRuleEntity
PamRuleEntityDao. findByName(String name)
Operation findByNamePamRuleEntity
PamRuleEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementationPamRuleEntity
PamRuleEntityDaoBase. findByName(String name)
Operation findByNamePamRuleEntity
PamRuleEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name)
Internal implementationPamRuleEntity
IssueEntity. getRule()
Gets value for attribute rulePamRuleEntity
PamActionEntity. getRule()
Gets value for attribute rulePamRuleEntity
PamRuleEntityDao. load(Long id)
Loads an instance ofPamRuleEntity
from the persistent store.PamRuleEntity
PamRuleEntityDaoBase. load(Long id)
Loads an instance ofPamRuleEntity
from the persistent store.PamRuleEntity
PamRuleEntityDao. newPamRuleEntity()
Creates an instance ofPamRuleEntity
.PamRuleEntity
PamRuleEntityDaoBase. newPamRuleEntity()
Creates an instance ofPamRuleEntity
.PamRuleEntity
PamRuleEntityDao. pamRuleToEntity(com.soffid.iam.api.PamRule instance)
Transforms fromPamRule
objectPamRuleEntity
PamRuleEntityDaoBase. pamRuleToEntity(com.soffid.iam.api.PamRule instance)
Transforms fromPamRule
objectMethods 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 ofPamRuleEntity
from the persistent store.List<PamRuleEntity>
PamRuleEntityDaoBase. loadAll()
Loads all instances ofPamRuleEntity
from the persistent store.List<PamRuleEntity>
PamRuleEntityDao. pamRuleToEntityList(Collection<com.soffid.iam.api.PamRule> instances)
Transforms fromPamRule
listList<PamRuleEntity>
PamRuleEntityDaoBase. pamRuleToEntityList(Collection<com.soffid.iam.api.PamRule> instances)
Transforms fromPamRule
listList<PamRuleEntity>
PamRuleEntityDao. query(String query, Parameter[] parameters)
Query ofPamRuleEntity
from the persistent store.List<PamRuleEntity>
PamRuleEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofPamRuleEntity
from the persistent store.List<PamRuleEntity>
PamRuleEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofPamRuleEntity
from the persistent store.List<PamRuleEntity>
PamRuleEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofPamRuleEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type PamRuleEntity Modifier and Type Method Description void
PamRuleEntityDao. create(PamRuleEntity entity)
Adds an instance ofPamRuleEntity
to the persistent store.void
PamRuleEntityDaoBase. create(PamRuleEntity entity)
Adds an instance ofPamRuleEntity
to the persistent store.void
PamRuleEntityDao. pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)
Copy data fromPamRule
objectvoid
PamRuleEntityDaoBase. pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)
Copy data fromPamRule
objectvoid
PamRuleEntityDaoImpl. pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)
void
PamRuleEntityDao. remove(PamRuleEntity entity)
Removes an instance ofPamRuleEntity
from the persistent store.void
PamRuleEntityDaoBase. remove(PamRuleEntity entity)
Removes an instance ofPamRuleEntity
from the persistent store.void
IssueEntity. setRule(PamRuleEntity rule)
Sets value for attribute rulevoid
PamActionEntity. setRule(PamRuleEntity rule)
Sets value for attribute rulecom.soffid.iam.api.PamRule
PamRuleEntityDao. toPamRule(PamRuleEntity entity)
Transforms toPamRule
objectvoid
PamRuleEntityDao. toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)
Copy data toPamRule
objectcom.soffid.iam.api.PamRule
PamRuleEntityDaoBase. toPamRule(PamRuleEntity entity)
Transforms toPamRule
objectvoid
PamRuleEntityDaoBase. toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)
Copy data toPamRule
objectvoid
PamRuleEntityDaoImpl. toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)
void
PamRuleEntityDao. update(PamRuleEntity entity)
Updates an instance ofPamRuleEntity
at the persistent store.void
PamRuleEntityDaoBase. update(PamRuleEntity entity)
Updates an instance ofPamRuleEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type PamRuleEntity Modifier and Type Method Description void
PamRuleEntityDao. create(Collection<? extends PamRuleEntity> entities)
Creates a collection ofPamRuleEntity
and adds it to the persistent store.void
PamRuleEntityDaoBase. create(Collection<? extends PamRuleEntity> entities)
Creates a collection ofPamRuleEntity
and adds it to the persistent store.void
PamRuleEntityDao. remove(Collection<? extends PamRuleEntity> entities)
Removes a collection ofPamRuleEntity
from the persistent store.void
PamRuleEntityDaoBase. remove(Collection<? extends PamRuleEntity> entities)
Removes a collection ofPamRuleEntity
from the persistent store.List<com.soffid.iam.api.PamRule>
PamRuleEntityDao. toPamRuleList(Collection<PamRuleEntity> entities)
Transforms toPamRule
listList<com.soffid.iam.api.PamRule>
PamRuleEntityDaoBase. toPamRuleList(Collection<PamRuleEntity> instances)
Transforms toPamRule
listvoid
PamRuleEntityDao. update(Collection<? extends PamRuleEntity> entities)
Updates a collection ofPamRuleEntity
in the persistent store.void
PamRuleEntityDaoBase. update(Collection<? extends PamRuleEntity> entities)
Updates a collection ofPamRuleEntity
in 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 void
PamPolicyServiceImpl. notify(SessionEntity session, AccountEntity account, List<PamActionEntity> actions, PamRuleEntity pamRuleEntity)
-