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 class
JumpServerEntityDaoBase
DAO Base for Entity JumpServerEntityclass
JumpServerEntityDaoImpl
Methods in com.soffid.iam.model that return JumpServerEntityDao Modifier and Type Method Description JumpServerEntityDao
JumpServerGroupEntityDaoBase. getJumpServerEntityDao()
Gets reference tojumpServerEntityDao
.Methods in com.soffid.iam.model with parameters of type JumpServerEntityDao Modifier and Type Method Description void
JumpServerGroupEntityDaoBase. 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 JumpServerEntityDao
PamPolicyServiceBase. getJumpServerEntityDao()
Gets reference tojumpServerEntityDao
.JumpServerEntityDao
PamSessionServiceBase. getJumpServerEntityDao()
Gets reference tojumpServerEntityDao
.Methods in com.soffid.iam.service with parameters of type JumpServerEntityDao Modifier and Type Method Description void
PamPolicyServiceBase. setJumpServerEntityDao(JumpServerEntityDao jumpServerEntityDao)
Sets reference tojumpServerEntityDao
.void
PamSessionServiceBase. setJumpServerEntityDao(JumpServerEntityDao jumpServerEntityDao)
Sets reference tojumpServerEntityDao
.
-