We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e986fff commit 3c5f3cbCopy full SHA for 3c5f3cb
src/main/java/org/codehaus/plexus/components/secdispatcher/internal/Dispatcher.java
@@ -27,7 +27,8 @@
27
public interface Dispatcher {
28
/**
29
* Configuration key for masterPassword. It may be present, if SecDispatcher could
30
- * obtain it, but presence is not optional.
+ * obtain it, but presence is optional. Still, dispatcher may throw and fail the operation
31
+ * if it requires it.
32
*/
33
String CONF_MASTER_PASSWORD = "masterPassword";
34
0 commit comments