Uses of Interface
com.soffid.iam.model.ServerCertificateEntityDao
-
Packages that use ServerCertificateEntityDao Package Description com.soffid.iam.model com.soffid.iam.service -
-
Uses of ServerCertificateEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement ServerCertificateEntityDao Modifier and Type Class Description class
ServerCertificateEntityDaoBase
DAO Base for Entity ServerCertificateEntityclass
ServerCertificateEntityDaoImpl
Methods in com.soffid.iam.model that return ServerCertificateEntityDao Modifier and Type Method Description ServerCertificateEntityDao
ServerEntityDaoBase. getServerCertificateEntityDao()
Gets reference toserverCertificateEntityDao
.Methods in com.soffid.iam.model with parameters of type ServerCertificateEntityDao Modifier and Type Method Description void
ServerEntityDaoBase. setServerCertificateEntityDao(ServerCertificateEntityDao serverCertificateEntityDao)
Sets reference toserverCertificateEntityDao
. -
Uses of ServerCertificateEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return ServerCertificateEntityDao Modifier and Type Method Description ServerCertificateEntityDao
DispatcherServiceBase. getServerCertificateEntityDao()
Gets reference toserverCertificateEntityDao
.Methods in com.soffid.iam.service with parameters of type ServerCertificateEntityDao Modifier and Type Method Description void
DispatcherServiceBase. setServerCertificateEntityDao(ServerCertificateEntityDao serverCertificateEntityDao)
Sets reference toserverCertificateEntityDao
.
-