Uses of Interface
com.soffid.iam.model.SecretEntityDao
-
Packages that use SecretEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of SecretEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SecretEntityDao Modifier and Type Class Description class
SecretEntityDaoBase
DAO Base for Entity SecretEntityclass
SecretEntityDaoImpl
Methods in com.soffid.iam.model that return SecretEntityDao Modifier and Type Method Description SecretEntityDao
ServerEntityDaoBase. getSecretEntityDao()
Gets reference tosecretEntityDao
.SecretEntityDao
ServerInstanceEntityDaoBase. getSecretEntityDao()
Gets reference tosecretEntityDao
.SecretEntityDao
UserEntityDaoBase. getSecretEntityDao()
Gets reference tosecretEntityDao
.Methods in com.soffid.iam.model with parameters of type SecretEntityDao Modifier and Type Method Description void
ServerEntityDaoBase. setSecretEntityDao(SecretEntityDao secretEntityDao)
Sets reference tosecretEntityDao
.void
ServerInstanceEntityDaoBase. setSecretEntityDao(SecretEntityDao secretEntityDao)
Sets reference tosecretEntityDao
.void
UserEntityDaoBase. setSecretEntityDao(SecretEntityDao secretEntityDao)
Sets reference tosecretEntityDao
. -
Uses of SecretEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SecretEntityDao Modifier and Type Method Description SecretEntityDao
UserServiceBase. getSecretEntityDao()
Gets reference tosecretEntityDao
.Methods in com.soffid.iam.service with parameters of type SecretEntityDao Modifier and Type Method Description void
UserServiceBase. setSecretEntityDao(SecretEntityDao secretEntityDao)
Sets reference tosecretEntityDao
.
-