Uses of Interface
com.soffid.iam.model.AccessControlEntityDao
-
Packages that use AccessControlEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of AccessControlEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement AccessControlEntityDao Modifier and Type Class Description classAccessControlEntityDaoBaseDAO Base for Entity AccessControlEntity Access control rules for Oracle agentclassAccessControlEntityDaoImplMethods in com.soffid.iam.model that return AccessControlEntityDao Modifier and Type Method Description AccessControlEntityDaoRoleEntityDaoBase. getAccessControlEntityDao()Gets reference tocontrolAccessEntityDao.AccessControlEntityDaoSystemEntityDaoBase. getAccessControlEntityDao()Gets reference tocontrolAccessEntityDao.Methods in com.soffid.iam.model with parameters of type AccessControlEntityDao Modifier and Type Method Description voidRoleEntityDaoBase. setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)Sets reference tocontrolAccessEntityDao.voidSystemEntityDaoBase. setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)Sets reference tocontrolAccessEntityDao. -
Uses of AccessControlEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return AccessControlEntityDao Modifier and Type Method Description AccessControlEntityDaoDispatcherServiceBase. getAccessControlEntityDao()Gets reference tocontrolAccessEntityDao.Methods in com.soffid.iam.service with parameters of type AccessControlEntityDao Modifier and Type Method Description voidDispatcherServiceBase. setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)Sets reference tocontrolAccessEntityDao.
-