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 class
SamlRequestEntityDaoBase
DAO Base for Entity SamlRequestEntityclass
SamlRequestEntityDaoImpl
DAO SAMLRequestEntity implementation -
Uses of SamlRequestEntityDao in com.soffid.iam.service
Methods in com.soffid.iam.service that return SamlRequestEntityDao Modifier and Type Method Description SamlRequestEntityDao
SamlServiceBase. getSamlRequestEntityDao()
Gets reference tosamlRequestEntityDao
.Methods in com.soffid.iam.service with parameters of type SamlRequestEntityDao Modifier and Type Method Description void
SamlServiceBase. 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 SamlRequestEntityDao
SAMLServiceInternal. getRequestDao()
Methods in com.soffid.iam.service.saml with parameters of type SamlRequestEntityDao Modifier and Type Method Description void
SAMLServiceInternal. setRequestDao(SamlRequestEntityDao requestDao)
-