Uses of Interface
com.soffid.iam.model.JumpServerEntityDao
-
Packages that use JumpServerEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of JumpServerEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement JumpServerEntityDao Modifier and Type Class Description classJumpServerEntityDaoBaseDAO Base for Entity JumpServerEntityclassJumpServerEntityDaoImplMethods in com.soffid.iam.model that return JumpServerEntityDao Modifier and Type Method Description JumpServerEntityDaoJumpServerGroupEntityDaoBase. getJumpServerEntityDao()Gets reference tojumpServerEntityDao.Methods in com.soffid.iam.model with parameters of type JumpServerEntityDao Modifier and Type Method Description voidJumpServerGroupEntityDaoBase. setJumpServerEntityDao(JumpServerEntityDao jumpServerEntityDao)Sets reference tojumpServerEntityDao. -
Uses of JumpServerEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return JumpServerEntityDao Modifier and Type Method Description JumpServerEntityDaoPamPolicyServiceBase. getJumpServerEntityDao()Gets reference tojumpServerEntityDao.JumpServerEntityDaoPamSessionServiceBase. getJumpServerEntityDao()Gets reference tojumpServerEntityDao.Methods in com.soffid.iam.service with parameters of type JumpServerEntityDao Modifier and Type Method Description voidPamPolicyServiceBase. setJumpServerEntityDao(JumpServerEntityDao jumpServerEntityDao)Sets reference tojumpServerEntityDao.voidPamSessionServiceBase. setJumpServerEntityDao(JumpServerEntityDao jumpServerEntityDao)Sets reference tojumpServerEntityDao.
-