Uses of Class
org.codehaus.plexus.components.secdispatcher.PinEntry
Packages that use PinEntry
-
Uses of PinEntry in org.codehaus.plexus.components.secdispatcher
Methods in org.codehaus.plexus.components.secdispatcher that return PinEntryModifier and TypeMethodDescriptionPinEntry.confirmPin()
Usable withgetPin()
, window will contain two input fields and will force user to type in same input in both fields, ie to "confirm" the pin.Sets the CANCEL button label, by default "Cancel".PinEntry.setDescription
(String desc) Sets additional test in window.If set, window will show "Error: xxx", usable for second attempt (ie "bad password").PinEntry.setKeyInfo
(String keyInfo) Sets a "stable key handle" for caching purposes.Sets the OK button label, by default "Ok".Sets the prompt.PinEntry.setTimeout
(Duration timeout) Sets the window timeout, if no button pressed and timeout passes, Result will byPinEntry.Outcome.TIMEOUT
.Sets the window title.