File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments