diff options
author | avigaffa <avi.gaffa@amdocs.com> | 2018-08-15 08:37:02 +0300 |
---|---|---|
committer | avigaffa <avi.gaffa@amdocs.com> | 2018-08-15 08:37:07 +0300 |
commit | 229dbd17cb098d06a50f11f5f77a8ee364376388 (patch) | |
tree | 4db0eaf24260f5d75615af00cd12c39ec20ac5cb /services/activity-spec/activity-spec-web/activity-spec-war/templates/security.hbs | |
parent | dc856bba284798fa8f1484abf8fc8140008ececb (diff) |
Remove activity spec from sdc
Remove activity spec module from sdc since it is now part of sdc-workflow-designer project
Change-Id: I730e60708bf6bae757be46113601c7ce4fc92a92
Issue-ID: SDC-1651
Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
Diffstat (limited to 'services/activity-spec/activity-spec-web/activity-spec-war/templates/security.hbs')
-rw-r--r-- | services/activity-spec/activity-spec-web/activity-spec-war/templates/security.hbs | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/templates/security.hbs b/services/activity-spec/activity-spec-web/activity-spec-war/templates/security.hbs deleted file mode 100644 index 04f86e8380..0000000000 --- a/services/activity-spec/activity-spec-web/activity-spec-war/templates/security.hbs +++ /dev/null @@ -1,88 +0,0 @@ -{{#each securityDefinitions}} -### {{@key}} -{{#this}} -{{#ifeq type "oauth2"}} -<table> - <tr> - <th>type</th> - <th colspan="2">{{type}}</th> - </tr> -{{#if description}} - <tr> - <th>description</th> - <th colspan="2">{{description}}</th> - </tr> -{{/if}} -{{#if authorizationUrl}} - <tr> - <th>authorizationUrl</th> - <th colspan="2">{{authorizationUrl}}</th> - </tr> -{{/if}} -{{#if flow}} - <tr> - <th>flow</th> - <th colspan="2">{{flow}}</th> - </tr> -{{/if}} -{{#if tokenUrl}} - <tr> - <th>tokenUrl</th> - <th colspan="2">{{tokenUrl}}</th> - </tr> -{{/if}} -{{#if scopes}} - <tr> - <td rowspan="3">scopes</td> -{{#each scopes}} - <td>{{@key}}</td> - <td>{{this}}</td> - </tr> - <tr> -{{/each}} - </tr> -{{/if}} -</table> -{{/ifeq}} -{{#ifeq type "apiKey"}} -<table> - <tr> - <th>type</th> - <th colspan="2">{{type}}</th> - </tr> -{{#if description}} - <tr> - <th>description</th> - <th colspan="2">{{description}}</th> - </tr> -{{/if}} -{{#if name}} - <tr> - <th>name</th> - <th colspan="2">{{name}}</th> - </tr> -{{/if}} -{{#if in}} - <tr> - <th>in</th> - <th colspan="2">{{in}}</th> - </tr> -{{/if}} -</table> -{{/ifeq}} -{{#ifeq type "basic"}} -<table> - <tr> - <th>type</th> - <th colspan="2">{{type}}</th> - </tr> -{{#if description}} - <tr> - <th>description</th> - <th colspan="2">{{description}}</th> - </tr> -{{/if}} -</table> -{{/ifeq}} -{{/this}} -{{/each}}
\ No newline at end of file |