When adding new policy resource:
/subsystem=elytron/policy=jacc:add(jacc-policy=[{name => jacc}])
, code [1] is added to standalone.xml. Note, that there is no resource name, and there is also not possible to add another resource, but the singleton nature of resource is mentioned nowhere.
<policy default-policy="jacc"> <jacc-policy name="jacc"/> </policy>
- is incorporated by
-
JBEAP-13445 Elytron subsystem policy resource management API is incorrect
- Closed
- relates to
-
WFCORE-3041 Cannot add policy resource with no parameter
- Resolved