Skip to content

Commit 905b5ac

Browse files
change default for realm certpathbuilder (#1140)
1 parent 2390188 commit 905b5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@
13301330
"AuthenticationProviderTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "AuthenticationProviderTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
13311331
"AuthorizerTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "AuthorizerTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
13321332
"AutoRestartOnNonDynamicChanges": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AutoRestartOnNonDynamicChanges", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1333-
"CertPathBuilder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CertPathBuilder", "wlst_path": "WP001", "default_value": "${:myrealm}", "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_certificate_registry_mbean", "set_mbean_type": "weblogic.security.providers.pk.CertificateRegistryMBean" } ],
1333+
"CertPathBuilder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CertPathBuilder", "wlst_path": "WP001", "default_value": "${:myrealmWebLogicCertPathProvider}", "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_certificate_registry_mbean", "set_mbean_type": "weblogic.security.providers.pk.CertificateRegistryMBean" } ],
13341334
"CertPathProviderTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "CertPathProviderTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
13351335
"CombinedRoleMappingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CombinedRoleMappingEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
13361336
"CompatibilityObjectName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompatibilityObjectName", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],

0 commit comments

Comments
 (0)