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 class
AccessControlEntityDaoBase
DAO Base for Entity AccessControlEntity Access control rules for Oracle agentclass
AccessControlEntityDaoImpl
Methods in com.soffid.iam.model that return AccessControlEntityDao Modifier and Type Method Description AccessControlEntityDao
RoleEntityDaoBase. getAccessControlEntityDao()
Gets reference tocontrolAccessEntityDao
.AccessControlEntityDao
SystemEntityDaoBase. getAccessControlEntityDao()
Gets reference tocontrolAccessEntityDao
.Methods in com.soffid.iam.model with parameters of type AccessControlEntityDao Modifier and Type Method Description void
RoleEntityDaoBase. setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)
Sets reference tocontrolAccessEntityDao
.void
SystemEntityDaoBase. 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 AccessControlEntityDao
DispatcherServiceBase. getAccessControlEntityDao()
Gets reference tocontrolAccessEntityDao
.Methods in com.soffid.iam.service with parameters of type AccessControlEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setAccessControlEntityDao(AccessControlEntityDao controlAccessEntityDao)
Sets reference tocontrolAccessEntityDao
.
-