Index
Entity DAO com.soffid.iam.model.SamlRequestEntityDao
[Entity]
Description
DAO methods
findByExternalId
externalId
java.lang.String
Returns
com.soffid.iam.model.SamlRequestEntity
findExpired
select a from com.soffid.iam.model.SamlRequestEntity as a where a.date < :d
d
java.util.Date
Returns
java.util.Collection<
com.soffid.iam.model.SamlRequestEntity
>
deleteExpired
Returns
void
DAO Dependencies
TenantEntity
Managed value objects
Service Dependencies
2/28/24