Skip to content

Commit 08247c6

Browse files
author
Joerg Huber
committed
Added new property for hibernate injection.
1 parent 32e4f09 commit 08247c6

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

SIF3InfraREST/config/consumers/SchoolConsumer.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ adapter.checkACL=true
1515
# External security service shall be used if Bearer Token is used.
1616
#adapter.security.service=sif3.infra.test.common.security.DummySecurityService
1717

18+
# Demo of Hibernate Properties through 'injection'.
19+
#adapter.hbr.propertyClass=systemic.sif3.demo.hibernate.DemoProperties
20+
21+
1822
# Values to be used in the generation of accessToken in external security service. All values with the property
1923
# name starting in 'security.service.property.<...> will be passed to the 'otherInfo' property of the
2024
# TokenCoreInfo object. See Developer's Guide for more details.

SIF3InfraREST/config/consumers/StudentConsumer.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ adapter.checkACL=true
1919
# External security service shall be used if Bearer Token is used.
2020
#adapter.security.service=sif3.infra.test.common.security.DummySecurityService
2121

22+
# Demo of Hibernate Properties through 'injection'.
23+
#adapter.hbr.propertyClass=systemic.sif3.demo.hibernate.DemoProperties
24+
2225
# Values to be used in the generation of accessToken in external security service. All values with the property
2326
# name starting in 'security.service.property.<...> will be passed to the 'otherInfo' property of the
2427
# TokenCoreInfo object. See Developer's Guide for more details.

SIF3InfraREST/config/providers/StudentProvider.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ adapter.security.service=sif3.infra.test.common.security.DummySecurityService
2121
#adapter.audit.service=systemic.sif3.demo.audit.LogAuditor
2222
#adapter.audit.service=
2323

24+
# Demo of Hibernate Properties through 'injection'.
25+
#adapter.hbr.propertyClass=systemic.sif3.demo.hibernate.DemoProperties
26+
2427
#
2528
# The default authentication method to be used if no 'Authorization' HTTP Header is set but an accessToken is
2629
# provided as an URL Query parameter. Default is 'Bearer' but can be overwritten with this property. If not provided

0 commit comments

Comments
 (0)