Commit d743aa66 authored by Walter Featherstone's avatar Walter Featherstone Committed by Gerrit Code Review
Browse files

Merge "bug 16 — Replace 'mp1.security' with 'security'"

parents 9b4fad55 bddb3021
...@@ -353,7 +353,7 @@ paths: ...@@ -353,7 +353,7 @@ paths:
addresses: addresses:
- host: 192.0.2.0 - host: 192.0.2.0
port: '8080' port: '8080'
mp1.security: security:
oAuth2Info: oAuth2Info:
grantTypes: OAUTH2_CLIENT_CREDENTIALS grantTypes: OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint: /meMp1/mp1.security/TokenEndPoint tokenEndpoint: /meMp1/mp1.security/TokenEndPoint
...@@ -399,7 +399,7 @@ paths: ...@@ -399,7 +399,7 @@ paths:
addresses: addresses:
- host: 192.0.2.0 - host: 192.0.2.0
port: '8080' port: '8080'
mp1.security: security:
oAuth2Info: oAuth2Info:
grantTypes: OAUTH2_CLIENT_CREDENTIALS grantTypes: OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint: /meMp1/mp1.security/TokenEndPoint tokenEndpoint: /meMp1/mp1.security/TokenEndPoint
...@@ -1203,7 +1203,7 @@ definitions: ...@@ -1203,7 +1203,7 @@ definitions:
- protocol - protocol
- version - version
- endpoint - endpoint
- mp1.security - security
properties: properties:
id: id:
$ref: '#/definitions/TransportInfo.Id' $ref: '#/definitions/TransportInfo.Id'
...@@ -1219,7 +1219,7 @@ definitions: ...@@ -1219,7 +1219,7 @@ definitions:
$ref: '#/definitions/TransportInfo.Version' $ref: '#/definitions/TransportInfo.Version'
endpoint: endpoint:
$ref: '#/definitions/EndPointInfo' $ref: '#/definitions/EndPointInfo'
mp1.security: security:
$ref: '#/definitions/SecurityInfo' $ref: '#/definitions/SecurityInfo'
implSpecificInfo: implSpecificInfo:
$ref: '#/definitions/TransportInfo.ImplSpecificInfo' $ref: '#/definitions/TransportInfo.ImplSpecificInfo'
......
...@@ -7,7 +7,7 @@ required: ...@@ -7,7 +7,7 @@ required:
- protocol - protocol
- version - version
- endpoint - endpoint
- mp1.security - security
properties: properties:
id: id:
$ref: '#/definitions/TransportInfo.Id' $ref: '#/definitions/TransportInfo.Id'
...@@ -23,7 +23,7 @@ properties: ...@@ -23,7 +23,7 @@ properties:
$ref: '#/definitions/TransportInfo.Version' $ref: '#/definitions/TransportInfo.Version'
endpoint: endpoint:
$ref: '#/definitions/EndPointInfo' $ref: '#/definitions/EndPointInfo'
mp1.security: security:
$ref: '#/definitions/SecurityInfo' $ref: '#/definitions/SecurityInfo'
implSpecificInfo: implSpecificInfo:
$ref: '#/definitions/TransportInfo.ImplSpecificInfo' $ref: '#/definitions/TransportInfo.ImplSpecificInfo'
\ No newline at end of file
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
] ]
}, },
"mp1.security": { "security": {
"oAuth2Info": { "oAuth2Info": {
"grantTypes": "OAUTH2_CLIENT_CREDENTIALS", "grantTypes": "OAUTH2_CLIENT_CREDENTIALS",
"tokenEndpoint": "/meMp1/mp1.security/TokenEndPoint" "tokenEndpoint": "/meMp1/mp1.security/TokenEndPoint"
......
...@@ -22,7 +22,7 @@ ServiceInfo: ...@@ -22,7 +22,7 @@ ServiceInfo:
addresses: addresses:
- host: '192.0.2.0' - host: '192.0.2.0'
port: '8080' port: '8080'
mp1.security: security:
oAuth2Info: oAuth2Info:
grantTypes: OAUTH2_CLIENT_CREDENTIALS grantTypes: OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint: /meMp1/mp1.security/TokenEndPoint tokenEndpoint: /meMp1/mp1.security/TokenEndPoint
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment