- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  
          Merge branch 'feature/SHIBUI-2270-property-list' into feature/shibui-…
        
    …2270
- Loading branch information
      Showing
      27 changed files
      with
      8,701 additions
      and
      46 deletions.
    
  
  There are no files selected for viewing
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
      
      Oops, something went wrong.
      
    
  
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "resourceId": 11, | ||
| "name": "setname1", | ||
| "properties": [ | ||
| { | ||
| "resourceId":"577", | ||
| "category":"OPSubClaim", | ||
| "configFile":"oidc.properties", | ||
| "description":"The source attribute used in generating the sub claim", | ||
| "idpVersion":"4.1", | ||
| "module":"idp.oidc.OP", | ||
| "moduleVersion":"3", | ||
| "propertyName":"idp.oidc.subject.sourceAttribute", | ||
| "displayType":"string", | ||
| "propertyValue": "foo" | ||
| }, | ||
| { | ||
| "resourceId": "393", | ||
| "category": "ReloadableServices", | ||
| "configFile": "services.properties", | ||
| "defaultValue": "false", | ||
| "description": "Fail at startup if MetadataConfiguration is invalid", | ||
| "idpVersion": "all", | ||
| "propertyName": "idp.service.metadata.failFast", | ||
| "displayType": "boolean", | ||
| "propertyValue": "true" | ||
| } | ||
| ] | ||
| } | 
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [ | ||
| { | ||
| "resourceId": "foo", | ||
| "name": "Configuration 1" | ||
| } | ||
| ] | 
  
    
      This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "type": "object", | ||
| "properties": { | ||
| "properties": { | ||
| "title": "label.configuration-properties", | ||
| "description": "label.configuration-properties", | ||
| "type": "array", | ||
| "required": ["property", "value"], | ||
| "items": { | ||
| "type": "object", | ||
| "properties": { | ||
| "property": { | ||
| "title": "label.property-key", | ||
| "description": "tooltip.property-key", | ||
| "type": "string", | ||
| "minLength": 1, | ||
| "maxLength": 255 | ||
| }, | ||
| "description": { | ||
| "title": "label.property-descr", | ||
| "description": "tooltip.property-descr", | ||
| "type": "string", | ||
| "minLength": 1, | ||
| "maxLength": 255 | ||
| }, | ||
| "value": { | ||
| "title": "label.property-value", | ||
| "description": "tooltip.property-value", | ||
| "type": "string", | ||
| "minLength": 1, | ||
| "maxLength": 255 | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | 
      
      Oops, something went wrong.