Skip to content

Commit 1b368cb

Browse files
Aliastest SecurityConfiguration alias definitions 14.1.1 (#1299)
* Fix for flattened folders without tokens in location * alias definition changes for 14.1 * fixes for alias definitions * fixes for alias definitions
1 parent ae09292 commit 1b368cb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SecurityConfiguration.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@
266266
"GroupHierarchyCacheTTL": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "GroupHierarchyCacheTTL", "wlst_path": "WP001", "default_value": "${0:60}", "wlst_type": "integer" } ],
267267
"GroupMembershipSearching": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "GroupMembershipSearching", "wlst_path": "WP001", "default_value": "${__NULL__:unlimited}","wlst_type": "string" } ],
268268
"IdentityDomain": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "IdentityDomain", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
269-
"IdentityDomains": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "IdentityDomains", "wlst_path": "WP001", "default_value": "[]", "derived_default": "${:true}", "wlst_type": "delimited_string" } ],
269+
"IdentityDomains": [ {"version": "[12.2.1,14)", "wlst_mode": "both", "wlst_name": "IdentityDomains", "wlst_path": "WP001", "default_value": "[]", "derived_default": "${:true}", "wlst_type": "delimited_string" } ,
270+
{"version": "[14,)", "wlst_mode": "both", "wlst_name": "IdentityDomains", "wlst_path": "WP001", "default_value": "${[]:__NULL__}", "derived_default": "${:true}", "wlst_type": "delimited_string" } ],
270271
"KeepAliveEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "KeepAliveEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
271272
"MaxGroupHierarchiesInCache": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxGroupHierarchiesInCache", "wlst_path": "WP001", "default_value": "${0:100}", "wlst_type": "integer" } ],
272273
"MaxGroupMembershipSearchLevel": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxGroupMembershipSearchLevel", "wlst_path": "WP001", "default_value": 0, "wlst_type": "integer" } ],
@@ -1048,7 +1049,8 @@
10481049
"IdentityDomain": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "IdentityDomain", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
10491050
"MaxGroupHierarchiesInCache": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxGroupHierarchiesInCache", "wlst_path": "WP001", "default_value": "${0:100}", "wlst_type": "integer" } ],
10501051
"MaxGroupMembershipSearchLevel": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxGroupMembershipSearchLevel", "wlst_path": "WP001", "default_value": 0, "wlst_type": "integer" } ],
1051-
"PasswordAlgorithm": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PasswordAlgorithm", "wlst_path": "WP001", "default_value": "SHA-1", "wlst_type": "string" } ],
1052+
"PasswordAlgorithm": [ {"version": "[10,14)", "wlst_mode": "both", "wlst_name": "PasswordAlgorithm", "wlst_path": "WP001", "default_value": "SHA-1", "wlst_type": "string" } ,
1053+
{"version": "[14,)", "wlst_mode": "both", "wlst_name": "PasswordAlgorithm", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "derived_default": "${:true}"} ],
10521054
"PasswordStyle": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PasswordStyle", "wlst_path": "WP001", "default_value": "${__NULL__:SALTEDHASHED}", "wlst_type": "string" } ],
10531055
"PasswordStyleRetained": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PasswordStyleRetained", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" } ],
10541056
"PlaintextPasswordsEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PlaintextPasswordsEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
@@ -1114,7 +1116,7 @@
11141116
"ControlFlag": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ControlFlag", "wlst_path": "WP001", "default_value": "${__NULL__:SUFFICIENT}", "wlst_type": "string" } ],
11151117
"Description": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "Description", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO" } ],
11161118
"IdentityDomain": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "IdentityDomain", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
1117-
"IdentityDomains": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "IdentityDomains", "wlst_path": "WP001", "default_value": "[]", "derived_default": "${:true}", "wlst_type": "delimited_string" } ],
1119+
"IdentityDomains": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "IdentityDomains", "wlst_path": "WP001", "default_value": null, "derived_default": "${:true}", "wlst_type": "delimited_string" } ],
11181120
"ProviderClassName": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "ProviderClassName", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO" },
11191121
{"version": "[12.2.1.4,)", "wlst_mode": "offline", "wlst_name": "ProviderClassName", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO", "get_method": "GET" }],
11201122
"Version": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "Version", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "RO" } ]
@@ -1535,8 +1537,8 @@
15351537
"EnableWebLogicPrincipalValidatorCache": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "EnableWebLogicPrincipalValidatorCache", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
15361538
"FullyDelegateAuthorization": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FullyDelegateAuthorization", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
15371539
"IdentityAssertionCacheEnabled": [ {"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionCacheEnabled", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" } ],
1538-
"IdentityAssertionCacheTTL": [ {"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionCacheTTL", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
1539-
"IdentityAssertionDoNotCacheContextElement": [ {"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionDoNotCacheContextElement","wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "wlst_read_type": "delimited_string","get_method": "${LSA:GET}" } ],
1540+
"IdentityAssertionCacheTtl": [ {"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionCacheT${tl:TL}", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
1541+
"IdentityAssertionDoNotCacheContextElement": [ {"version": "[14.1.1,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionDoNotCacheContextElement${:s}","wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "wlst_read_type": "delimited_string","get_method": "${LSA:GET}" } ],
15401542
"IdentityAssertionHeaderNamePrecedence": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionHeaderNamePrecedence", "wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "wlst_read_type": "delimited_string[semicolon]", "preferred_model_type": "list", "get_method": "LSA" } ],
15411543
"KeyStoreTypes": [ {"version": "[10,12.2.1)", "wlst_mode": "online","wlst_name": "KeyStoreTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
15421544
"ManagementIdentityDomain": [ {"version": "[12.2.1.2,)", "wlst_mode": "both", "wlst_name": "ManagementIdentityDomain", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],

0 commit comments

Comments
 (0)