Index
Entity DAO com.soffid.iam.model.EntryPointAccountEntityDao
[Entity]
Description
DAO methods
findAll
Returns
java.util.List<
com.soffid.iam.model.EntryPointAccountEntity
>
findByAccountId
select auth.entryPoint from com.soffid.iam.model.EntryPointAccountEntity auth where auth.account.id=:accountId and auth.account.system.tenant.id=:tenantId
accountId
java.lang.Long
Returns
java.util.List<
com.soffid.iam.model.EntryPointRoleEntity
>
DAO Dependencies
AccountEntity
AuditEntity
EntryPointEntity
RoleEntity
Managed value objects
AccessTreeAuthorization
Service Dependencies
2/28/24