Skip to content

Commit 7a8ce5b

Browse files
author
Joerg Huber
committed
Updated RicOne Use Case documentation to reflect the latest version of
external security service approach.
1 parent 9179c24 commit 7a8ce5b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

SIF3InfraREST/documentation/UseCases/RICOne/RICOneSecurityService.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
package systemic.sif3.demo.security;
1919

20+
import java.util.Map;
21+
2022
import org.apache.log4j.Logger;
2123

2224
import au.com.systemic.framework.utils.AdvancedProperties;
@@ -40,7 +42,7 @@ public class RICOneSecurityService extends AbstractSecurityService
4042
/**
4143
* @param properties
4244
*/
43-
public RICOneSecurityService(AdvancedProperties properties)
45+
public RICOneSecurityService(AdvancedProperties properties, Map<String, String> securityServiceParameters)
4446
{
4547
super(properties);
4648
if (logger.isDebugEnabled())

SIF3InfraREST/documentation/UseCases/RICOne/RicOneConsumer.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ adapter.checkACL=true
1919
#--------------------------------------#
2020
# RIC One Authentication Server Details
2121
#--------------------------------------#
22-
# External security service shall be used if Bearer Token is used.
23-
adapter.security.service=systemic.sif3.demo.security.RICOneSecurityService
2422

25-
# Values to be used in the generation of accessToken in external security service. All values with the property
23+
# Values to be used in the generation of access token in external security service. All values with the property
2624
# name starting in 'security.service.property.<...> will be passed to the 'otherInfo' property of the
2725
# TokenCoreInfo object. See Developer's Guide for more details.
2826
security.service.property.ricOne.authUrl=https://auth.test.ricone.org/login
Binary file not shown.

0 commit comments

Comments
 (0)