Uses of Interface
org.apache.sshd.common.PropertyResolver
Packages that use PropertyResolver
Package
Description
-
Uses of PropertyResolver in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement PropertyResolverModifier and TypeClassDescriptionclassclassThe client side channel that will receive requests forwards by the SSH server.Methods in org.apache.sshd.agent.local with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic booleanProxyAgentFactory.isPreferredUnixAgent(PropertyResolver resolver) -
Uses of PropertyResolver in org.apache.sshd.client
Subinterfaces of PropertyResolver in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterfaceTheClientFactoryManagerenable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement PropertyResolverModifier and TypeClassDescriptionclassEntry point for the client side of the SSH protocol. -
Uses of PropertyResolver in org.apache.sshd.client.channel
Subinterfaces of PropertyResolver in org.apache.sshd.client.channelModifier and TypeInterfaceDescriptioninterfaceA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement PropertyResolverModifier and TypeClassDescriptionclassTODO Add javadocclassTODO Add javadocclassClient channel to run a remote commandclassClient side channel sessionclassClient channel to open a remote shellclassClient channel to run a subsystemclassServes as the base channel session for executing remote commands - including a full shell. -
Uses of PropertyResolver in org.apache.sshd.client.config
Methods in org.apache.sshd.client.config with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic <C extends SshClient>
CSshClientConfigFileReader.configure(C client, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) static <C extends SshClient>
CSshClientConfigFileReader.setupClientHeartbeat(C client, PropertyResolver props) -
Uses of PropertyResolver in org.apache.sshd.client.session
Subinterfaces of PropertyResolver in org.apache.sshd.client.sessionModifier and TypeInterfaceDescriptioninterfaceAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PropertyResolverModifier and TypeClassDescriptionclassProvides default implementations ofClientSessionrelated methodsclassClient sidessh-connectionservice.classThe default implementation of aClientSessionclassClient sidessh-authservice. -
Uses of PropertyResolver in org.apache.sshd.common
Subinterfaces of PropertyResolver in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterfaceThis interface allows retrieving all theNamedFactoryused in the SSH protocol.interfaceSee RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.Fields in org.apache.sshd.common declared as PropertyResolverModifier and TypeFieldDescriptionstatic final PropertyResolverPropertyResolver.EMPTYAn "empty" resolver with no properties and no parentstatic final PropertyResolverSyspropsMapWrapper.RAW_PROPS_RESOLVERExposes the "raw" system properties as aPropertyResolverwithout any further filteringstatic final PropertyResolverSyspropsMapWrapper.SYSPROPS_RESOLVERAPropertyResolverwith no parent that exposes the system propertiesMethods in org.apache.sshd.common that return PropertyResolverModifier and TypeMethodDescriptionPropertyResolver.getParentPropertyResolver()default PropertyResolverService.getParentPropertyResolver()static PropertyResolverPropertyResolverUtils.toPropertyResolver(Map<String, ?> props) Wraps aMapinto aPropertyResolverso it can be used with these utilitiesstatic PropertyResolverPropertyResolverUtils.toPropertyResolver(Map<String, ?> props, PropertyResolver parent) static PropertyResolverPropertyResolverUtils.toPropertyResolver(Properties props) Methods in org.apache.sshd.common with parameters of type PropertyResolverModifier and TypeMethodDescriptionProperty.BaseProperty.get(PropertyResolver resolver) Property.get(PropertyResolver resolver) Property.Validating.get(PropertyResolver resolver) static BooleanPropertyResolverUtils.getBoolean(PropertyResolver resolver, String name) static booleanPropertyResolverUtils.getBooleanProperty(PropertyResolver resolver, String name, boolean defaultValue) static CharsetPropertyResolverUtils.getCharset(PropertyResolver resolver, String name, Charset defaultValue) static IntegerPropertyResolverUtils.getInteger(PropertyResolver resolver, String name) static intPropertyResolverUtils.getIntProperty(PropertyResolver resolver, String name, int defaultValue) static LongPropertyResolverUtils.getLong(PropertyResolver resolver, String name) static longPropertyResolverUtils.getLongProperty(PropertyResolver resolver, String name, long defaultValue) static DurationCloseable.getMaxCloseWaitTime(PropertyResolver resolver) static ObjectPropertyResolverUtils.getObject(PropertyResolver resolver, String name) static ObjectPropertyResolverUtils.getObject(PropertyResolver resolver, String name, Object defaultValue) Property.BaseProperty.getOrCustomDefault(PropertyResolver resolver, T defaultValue) Property.getOrCustomDefault(PropertyResolver resolver, T defaultValue) Property.Validating.getOrCustomDefault(PropertyResolver resolver, T defaultValue) default TProperty.getOrNull(PropertyResolver resolver) default TProperty.getRequired(PropertyResolver resolver) static StringPropertyResolverUtils.getString(PropertyResolver resolver, String name) static StringPropertyResolverUtils.getStringProperty(PropertyResolver resolver, String name, String defaultValue) static booleanPropertyResolver.isEmpty(PropertyResolver resolver) default voidProperty.remove(PropertyResolver resolver) voidProperty.Validating.remove(PropertyResolver resolver) PropertyResolverUtils.resolvePropertiesSource(PropertyResolver resolver, String name) Unwinds the resolvers hierarchy until found one with a non-nullvalue for the requested property or reached top.static ObjectPropertyResolverUtils.resolvePropertyValue(PropertyResolver resolver, String name) Unwinds the resolvers hierarchy until found one with a non-nullvalue for the requested property or reached top.voidProperty.BaseProperty.set(PropertyResolver resolver, T value) voidProperty.set(PropertyResolver resolver, T value) voidProperty.Validating.set(PropertyResolver resolver, T value) static PropertyResolverPropertyResolverUtils.toPropertyResolver(Map<String, ?> props, PropertyResolver parent) static ObjectPropertyResolverUtils.updateProperty(PropertyResolver resolver, String name, boolean value) static ObjectPropertyResolverUtils.updateProperty(PropertyResolver resolver, String name, int value) static ObjectPropertyResolverUtils.updateProperty(PropertyResolver resolver, String name, long value) static ObjectPropertyResolverUtils.updateProperty(PropertyResolver resolver, String name, Object value) -
Uses of PropertyResolver in org.apache.sshd.common.channel
Subinterfaces of PropertyResolver in org.apache.sshd.common.channelModifier and TypeInterfaceDescriptioninterfaceRepresents a channel opened over an SSH session - holds information that is common both to server and client channels.Classes in org.apache.sshd.common.channel that implement PropertyResolverModifier and TypeClassDescriptionclassProvides common client/server channel functionalityMethods in org.apache.sshd.common.channel that return PropertyResolverMethods in org.apache.sshd.common.channel with parameters of type PropertyResolverModifier and TypeMethodDescriptionvoidLocalWindow.init(PropertyResolver resolver) Initializes theLocalWindowwith the packet and window sizes from theresolver.voidRemoteWindow.init(long size, long packetSize, PropertyResolver resolver) Initializes theRemoteWindowwith the packet and window sizes received from the peer.protected voidWindow.init(long size, long packetSize, PropertyResolver resolver) Constructors in org.apache.sshd.common.channel with parameters of type PropertyResolverModifierConstructorDescriptionBufferedIoOutputStream(Object id, long channelId, IoOutputStream out, PropertyResolver resolver) ChannelPipedInputStream(PropertyResolver resolver, LocalWindow localWindow) -
Uses of PropertyResolver in org.apache.sshd.common.config
Methods in org.apache.sshd.common.config with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic <M extends AbstractFactoryManager>
MSshConfigFileReader.configure(M manager, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) Configures anAbstractFactoryManagerwith the values read from some configuration.static <M extends AbstractFactoryManager>
MSshConfigFileReader.configureCiphers(M manager, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) static <M extends AbstractFactoryManager>
MSshConfigFileReader.configureCompression(M manager, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) Configure the factory manager using one of the knownCompressionConfigValues.static <M extends AbstractFactoryManager>
MSshConfigFileReader.configureKeyExchanges(M manager, PropertyResolver props, boolean lenient, Function<? super DHFactory, ? extends KeyExchangeFactory> xformer, boolean ignoreUnsupported) static <M extends AbstractFactoryManager>
MSshConfigFileReader.configureMacs(M manager, PropertyResolver resolver, boolean lenient, boolean ignoreUnsupported) static <M extends AbstractFactoryManager>
MSshConfigFileReader.configureSignatures(M manager, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) static BuiltinCiphers.ParseResultSshConfigFileReader.getCiphers(PropertyResolver props) static CompressionFactorySshConfigFileReader.getCompression(PropertyResolver props) SshConfigFileReader.getKexFactories(PropertyResolver props) static BuiltinMacs.ParseResultSshConfigFileReader.getMacs(PropertyResolver props) SshConfigFileReader.getSignatures(PropertyResolver props) -
Uses of PropertyResolver in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement PropertyResolverFields in org.apache.sshd.common.helpers declared as PropertyResolverMethods in org.apache.sshd.common.helpers that return PropertyResolverMethods in org.apache.sshd.common.helpers with parameters of type PropertyResolverModifier and TypeMethodDescriptionvoidAbstractFactoryManager.setParentPropertyResolver(PropertyResolver parent) -
Uses of PropertyResolver in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as PropertyResolverModifier and TypeFieldDescriptionprotected final PropertyResolverNio2Connector.ConnectionCompletionHandler.propertyResolverprotected final PropertyResolverNio2Service.propertyResolverprivate final PropertyResolverNio2Session.propertyResolverMethods in org.apache.sshd.common.io.nio2 with parameters of type PropertyResolverModifier and TypeMethodDescriptionprotected Nio2CompletionHandler<Void, Object> Nio2Connector.createConnectionCompletionHandler(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler) protected Nio2SessionNio2Connector.createSession(PropertyResolver propertyResolver, IoHandler handler, AsynchronousSocketChannel socket) Constructors in org.apache.sshd.common.io.nio2 with parameters of type PropertyResolverModifierConstructorDescriptionprotectedConnectionCompletionHandler(IoConnectFuture future, AsynchronousSocketChannel socket, AttributeRepository context, PropertyResolver propertyResolver, IoHandler handler) Nio2Acceptor(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, AsynchronousChannelGroup group, ExecutorService resumeTasks) Nio2Connector(Nio2ServiceFactory nio2ServiceFactory, PropertyResolver propertyResolver, IoHandler handler, AsynchronousChannelGroup group, ExecutorService resumeTasks) protectedNio2Service(PropertyResolver propertyResolver, IoHandler handler, AsynchronousChannelGroup group, ExecutorService resumeTasks) Nio2Session(Nio2Service service, PropertyResolver propertyResolver, IoHandler handler, AsynchronousSocketChannel socket, SocketAddress acceptanceAddress) -
Uses of PropertyResolver in org.apache.sshd.common.session
Subinterfaces of PropertyResolver in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterfaceInterface implementing ssh-connection service.interfaceRepresents an SSH session.interfaceA "succinct" summary of the most important attributes of an SSH sessioninterface -
Uses of PropertyResolver in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement PropertyResolverModifier and TypeClassDescriptionclassBase implementation of ConnectionService.classThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classContains split code in order to makeAbstractSessionclass smallerMethods in org.apache.sshd.common.session.helpers that return PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer with parameters of type PropertyResolverModifier and TypeMethodDescriptionvoidBuffer.dumpHex(SimplifiedLog logger, String prefix, PropertyResolver resolver) voidBuffer.dumpHex(SimplifiedLog logger, Level level, String prefix, PropertyResolver resolver) static voidBufferUtils.dumpHex(SimplifiedLog logger, Level level, String prefix, PropertyResolver resolver, char sep, byte... data) static voidBufferUtils.dumpHex(SimplifiedLog logger, Level level, String prefix, PropertyResolver resolver, char sep, byte[] data, int offset, int len) -
Uses of PropertyResolver in org.apache.sshd.common.util.io.output
Constructors in org.apache.sshd.common.util.io.output with parameters of type PropertyResolverModifierConstructorDescriptionLoggingFilterOutputStream(OutputStream out, String msg, org.slf4j.Logger log, PropertyResolver resolver) -
Uses of PropertyResolver in org.apache.sshd.common.util.security
Subinterfaces of PropertyResolver in org.apache.sshd.common.util.securityClasses in org.apache.sshd.common.util.security that implement PropertyResolverMethods in org.apache.sshd.common.util.security that return PropertyResolverModifier and TypeMethodDescriptiondefault PropertyResolverSecurityProviderRegistrar.getParentPropertyResolver()Methods in org.apache.sshd.common.util.security with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic booleanSecurityProviderRegistrar.isSecurityEntitySupported(PropertyResolver resolver, String propName, Class<?> entityType, String name, String defaultValue) -
Uses of PropertyResolver in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.server
Subinterfaces of PropertyResolver in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterfaceTheServerFactoryManagerenable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement PropertyResolverModifier and TypeClassDescriptionclassThe SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of PropertyResolver in org.apache.sshd.server.channel
Subinterfaces of PropertyResolver in org.apache.sshd.server.channelClasses in org.apache.sshd.server.channel that implement PropertyResolverModifier and TypeClassDescriptionclassTODO Add javadocclassServer side channel sessionConstructors in org.apache.sshd.server.channel with parameters of type PropertyResolverModifierConstructorDescriptionPipeDataReceiver(PropertyResolver resolver, LocalWindow localWindow) -
Uses of PropertyResolver in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic <S extends SshServer>
SSshServerConfigFileReader.configure(S server, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) static AgentForwardingFilterSshServerConfigFileReader.resolveAgentForwardingFilter(PropertyResolver options) static ObjectSshServerConfigFileReader.resolveBanner(PropertyResolver options) static ForwardingFilterSshServerConfigFileReader.resolveServerForwarding(PropertyResolver options) static TcpForwardingFilterSshServerConfigFileReader.resolveTcpForwardingFilter(PropertyResolver options) static X11ForwardingFilterSshServerConfigFileReader.resolveX11ForwardingFilter(PropertyResolver options) static <S extends ServerFactoryManager>
SSshServerConfigFileReader.setupServerHeartbeat(S server, PropertyResolver props) static <S extends ServerFactoryManager>
SSshServerConfigFileReader.setupSftpSubsystem(S server, PropertyResolver props) -
Uses of PropertyResolver in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.server.session
Subinterfaces of PropertyResolver in org.apache.sshd.server.sessionClasses in org.apache.sshd.server.session that implement PropertyResolverModifier and TypeClassDescriptionclassProvides default implementations forServerSessionrelated methodsclassServer sidessh-connectionservice.classThe default implementation for aServerSessionclass -
Uses of PropertyResolver in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.sftp.client.extensions.openssh
Methods in org.apache.sshd.sftp.client.extensions.openssh with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic <I extends OpenSSHLimitsExtensionInfo>
IOpenSSHLimitsExtensionInfo.fill(PropertyResolver resolver, I info) Constructors in org.apache.sshd.sftp.client.extensions.openssh with parameters of type PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.sftp.client.fs
Fields in org.apache.sshd.sftp.client.fs declared as PropertyResolverModifier and TypeFieldDescriptionprivate PropertyResolverSftpFileSystemInitializationContext.propertyResolverMethods in org.apache.sshd.sftp.client.fs that return PropertyResolverMethods in org.apache.sshd.sftp.client.fs with parameters of type PropertyResolverModifier and TypeMethodDescriptionprotected SftpErrorDataHandlerSftpFileSystemProvider.resolveSftpErrorDataHandler(URI uri, SftpErrorDataHandler errorHandler, PropertyResolver resolver) protected SftpVersionSelectorSftpFileSystemProvider.resolveSftpVersionSelector(URI uri, SftpVersionSelector defaultSelector, PropertyResolver resolver) voidSftpFileSystemInitializationContext.setPropertyResolver(PropertyResolver propertyResolver) -
Uses of PropertyResolver in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement PropertyResolver -
Uses of PropertyResolver in org.apache.sshd.sftp.common
Methods in org.apache.sshd.sftp.common with parameters of type PropertyResolverModifier and TypeMethodDescriptionstatic BooleanSftpHelper.indicateEndOfNamesList(Buffer buffer, int version, PropertyResolver resolver) Appends the end-of-list=TRUEindicator forSSH_FXP_NAMEresponses, provided the version is at least 6 and the feature is enabledstatic BooleanSftpHelper.indicateEndOfNamesList(Buffer buffer, int version, PropertyResolver resolver, boolean indicatorValue) Appends the end-of-list indicator forSSH_FXP_NAMEresponses, provided the version is at least 6, the feature is enabled and the indicator value is notnull