File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/python/wlsdeploy/tool/create Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ class SecurityProviderCreator(Creator):
24
24
25
25
Custom Security Providers are supported in 12c releases only.
26
26
27
- Configuration of the security realms is not supported in 11g -
28
27
Default providers in 11g have no name. Offline wlst returns 'Provider' as each provider name instead.
29
28
By deleting and re-adding, the providers are added with the appropriate name field.
30
29
@@ -39,7 +38,8 @@ class SecurityProviderCreator(Creator):
39
38
5. All 11g and 12c versions less than 12.2.1.2 cannot perform a delete on an Adjudicator object.
40
39
41
40
The SecurityConfiguration is added if it does not exist. The default realm is added if it does not exist.
42
- If it is not an 11g target domain, then configure the realms with merge to model with the providers
41
+ If the model provides a user defined realm, the default realm is not removed.
42
+
43
43
"""
44
44
__class_name = 'SecurityProviderHelper'
45
45
You can’t perform that action at this time.
0 commit comments