FindEffectiveSubjectGroups

2

tests

0

failures

0

ignored

0.012s

duration

100%

successful

Tests

Test Duration Result
returnsJwtGroupSubjectsWithoutAssumedRoles() 0.004s passed
returnsNoJwtGroupSubjectsWithAssumedRoles() 0.008s passed

Standard output

2026-08-10T16:32:54.898Z  INFO 374 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.rbac.subject.RealSubjectRepositoryIntegrationTest$FindEffectiveSubjectGroups]: FindEffectiveSubjectGroups does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T16:32:54.905Z  INFO 374 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.rbac.subject.RealSubjectRepositoryIntegrationTest$FindEffectiveSubjectGroups
Hibernate: call base.defineContext(
    cast(? as varchar(127)),
    cast(? as text),
    cast(? as varchar(63)),
    cast(? as text),
    cast(? as text));

Hibernate:  select *
   from rbac.subject s
  where s.type = 'GROUP'
    and s.uuid = any(rbac.currentSubjectOrAssumedRolesUuids())
  order by s.name

Hibernate: call base.defineContext(
    cast(? as varchar(127)),
    cast(? as text),
    cast(? as varchar(63)),
    cast(? as text),
    cast(? as text));

Hibernate:  select *
   from rbac.subject s
  where s.type = 'GROUP'
    and s.uuid = any(rbac.currentSubjectOrAssumedRolesUuids())
  order by s.name