Uses of Interface
com.soffid.iam.model.SamlRequestEntityDao
-
Packages that use SamlRequestEntityDao Package Description com.soffid.iam.model com.soffid.iam.service com.soffid.iam.service.saml -
-
Uses of SamlRequestEntityDao in com.soffid.iam.model
Classes in com.soffid.iam.model that implement SamlRequestEntityDao Modifier and Type Class Description classSamlRequestEntityDaoBaseDAO Base for Entity SamlRequestEntityclassSamlRequestEntityDaoImplDAO SAMLRequestEntity implementation -
Uses of SamlRequestEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SamlRequestEntityDao Modifier and Type Method Description SamlRequestEntityDaoSamlServiceBase. getSamlRequestEntityDao()Gets reference tosamlRequestEntityDao.Methods in com.soffid.iam.service with parameters of type SamlRequestEntityDao Modifier and Type Method Description voidSamlServiceBase. setSamlRequestEntityDao(SamlRequestEntityDao samlRequestEntityDao)Sets reference tosamlRequestEntityDao. -
Uses of SamlRequestEntityDao in com.soffid.iam.service.saml
Methods in com.soffid.iam.service.saml that return SamlRequestEntityDao Modifier and Type Method Description SamlRequestEntityDaoSAMLServiceInternal. getRequestDao()Methods in com.soffid.iam.service.saml with parameters of type SamlRequestEntityDao Modifier and Type Method Description voidSAMLServiceInternal. setRequestDao(SamlRequestEntityDao requestDao)
-