Class PinEntryMasterSource
java.lang.Object
org.codehaus.plexus.components.secdispatcher.internal.sources.MasterSourceSupport
org.codehaus.plexus.components.secdispatcher.internal.sources.PrefixMasterSourceSupport
org.codehaus.plexus.components.secdispatcher.internal.sources.PinEntryMasterSource
- All Implemented Interfaces:
MasterSource
,MasterSourceMeta
@Singleton
@Named("pinentry-prompt")
public class PinEntryMasterSource
extends PrefixMasterSourceSupport
implements MasterSource, MasterSourceMeta
Master source using
PinEntry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional "config template" that may serve as basis to configure this master source.String describing what this source does.protected SecDispatcher.ValidationResponse
doValidateConfiguration
(String transformed) Methods inherited from class org.codehaus.plexus.components.secdispatcher.internal.sources.MasterSourceSupport
handle, validateConfiguration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.plexus.components.secdispatcher.MasterSource
handle, validateConfiguration
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
PinEntryMasterSource
public PinEntryMasterSource()
-
-
Method Details
-
description
Description copied from interface:MasterSourceMeta
String describing what this source does.- Specified by:
description
in interfaceMasterSourceMeta
-
configTemplate
Description copied from interface:MasterSourceMeta
Optional "config template" that may serve as basis to configure this master source. The template cannot be "reused" as is as configuration.- Specified by:
configTemplate
in interfaceMasterSourceMeta
-
doHandle
- Specified by:
doHandle
in classMasterSourceSupport
- Throws:
SecDispatcherException
-
doValidateConfiguration
- Specified by:
doValidateConfiguration
in classMasterSourceSupport
-