File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
documentation/4.0/content Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,10 @@ The directory where a wallet can be stored for use with Oracle Platform Security
169
169
archive can be either a ZIP file or a set of one or more files. If it is a ZIP file, that ZIP file will be expanded
170
170
in place when running WDT tools like the Create Domain or Update Domain tools.
171
171
172
+ # ### `wlsdeploy/pluginDeployments`
173
+ The root directory under which plugin deployments are stored. Plugin deployments can be stored
174
+ in the archive as JAR files, or as an exploded directory at this location.
175
+
172
176
# ### `wlsdeploy/security/saml2`
173
177
The directory under which SAML2 partner data initialization files can be stored for use with the SAML2 Identity Asserter.
174
178
These files can include `saml2idppartner.properties` and `saml2sppartner.properties`, and any XML metadata files they reference.
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Subcommands:
52
52
mimeMapping Add MIME mapping file to the archive file.
53
53
nodeManagerKeystore Add node manager keystore to the archive file.
54
54
opssWallet Add OPSS wallet to the archive file.
55
+ pluginDeployment Add plugin deployment to the archive file.
55
56
rcuWallet Add RCU database wallet to the archive file.
56
57
saml2InitializationData Add a SAML2 data initialization file to the archive
57
58
file.
You can’t perform that action at this time.
0 commit comments