Uses of Interface
org.apache.sshd.common.PropertyResolver
-
-
Uses of PropertyResolver in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement PropertyResolver Modifier and Type Class Description class
AgentForwardedChannel
class
ChannelAgentForwarding
The client side channel that will receive requests forwards by the SSH server.Methods in org.apache.sshd.agent.local with parameters of type PropertyResolver Modifier and Type Method Description static boolean
ProxyAgentFactory. isPreferredUnixAgent(PropertyResolver resolver)
-
Uses of PropertyResolver in org.apache.sshd.client
Subinterfaces of PropertyResolver in org.apache.sshd.client Modifier and Type Interface Description interface
ClientFactoryManager
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement PropertyResolver Modifier and Type Class Description class
SshClient
Entry 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.channel Modifier and Type Interface Description interface
ClientChannel
A client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement PropertyResolver Modifier and Type Class Description class
AbstractClientChannel
TODO Add javadocclass
ChannelDirectTcpip
TODO Add javadocclass
ChannelExec
Client channel to run a remote commandclass
ChannelSession
Client side channel sessionclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves 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 PropertyResolver Modifier and Type Method Description static <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.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PropertyResolver Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientConnectionService
Client sidessh-connection
service.class
ClientSessionImpl
The default implementation of aClientSession
class
ClientUserAuthService
Client sidessh-auth
service. -
Uses of PropertyResolver in org.apache.sshd.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return PropertyResolver Modifier and Type Method Description PropertyResolver
SftpFileSystemInitializationContext. getPropertyResolver()
Methods in org.apache.sshd.client.subsystem.sftp.fs with parameters of type PropertyResolver Modifier and Type Method Description protected SftpVersionSelector
SftpFileSystemProvider. resolveSftpVersionSelector(URI uri, SftpVersionSelector defaultSelector, PropertyResolver resolver)
void
SftpFileSystemInitializationContext. setPropertyResolver(PropertyResolver propertyResolver)
-
Uses of PropertyResolver in org.apache.sshd.common
Subinterfaces of PropertyResolver in org.apache.sshd.common Modifier and Type Interface Description interface
FactoryManager
This interface allows retrieving all theNamedFactory
used in the SSH protocol.interface
Service
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.Fields in org.apache.sshd.common declared as PropertyResolver Modifier and Type Field Description static PropertyResolver
PropertyResolver. EMPTY
An "empty" resolver with no properties and no parentstatic PropertyResolver
SyspropsMapWrapper. RAW_PROPS_RESOLVER
Exposes the "raw" system properties as aPropertyResolver
without any further filteringstatic PropertyResolver
SyspropsMapWrapper. SYSPROPS_RESOLVER
APropertyResolver
with no parent that exposes the system propertiesMethods in org.apache.sshd.common that return PropertyResolver Modifier and Type Method Description PropertyResolver
PropertyResolver. getParentPropertyResolver()
default PropertyResolver
Service. getParentPropertyResolver()
static PropertyResolver
PropertyResolverUtils. toPropertyResolver(Map<String,?> props)
Wraps aMap
into aPropertyResolver
so it can be used with these utilitiesstatic PropertyResolver
PropertyResolverUtils. toPropertyResolver(Map<String,?> props, PropertyResolver parent)
static PropertyResolver
PropertyResolverUtils. toPropertyResolver(Properties props)
Methods in org.apache.sshd.common with parameters of type PropertyResolver Modifier and Type Method Description static Boolean
PropertyResolverUtils. getBoolean(PropertyResolver resolver, String name)
static boolean
PropertyResolverUtils. getBooleanProperty(PropertyResolver resolver, String name, boolean defaultValue)
static Charset
PropertyResolverUtils. getCharset(PropertyResolver resolver, String name, Charset defaultValue)
static Integer
PropertyResolverUtils. getInteger(PropertyResolver resolver, String name)
static int
PropertyResolverUtils. getIntProperty(PropertyResolver resolver, String name, int defaultValue)
static Long
PropertyResolverUtils. getLong(PropertyResolver resolver, String name)
static long
PropertyResolverUtils. getLongProperty(PropertyResolver resolver, String name, long defaultValue)
static long
Closeable. getMaxCloseWaitTime(PropertyResolver resolver)
static Object
PropertyResolverUtils. getObject(PropertyResolver resolver, String name)
static String
PropertyResolverUtils. getString(PropertyResolver resolver, String name)
static String
PropertyResolverUtils. getStringProperty(PropertyResolver resolver, String name, String defaultValue)
static Map<String,Object>
PropertyResolverUtils. resolvePropertiesSource(PropertyResolver resolver, String name)
Unwinds the resolvers hierarchy until found one with a non-null
value for the requested property or reached top.static Object
PropertyResolverUtils. resolvePropertyValue(PropertyResolver resolver, String name)
Unwinds the resolvers hierarchy until found one with a non-null
value for the requested property or reached top.static PropertyResolver
PropertyResolverUtils. toPropertyResolver(Map<String,?> props, PropertyResolver parent)
static Object
PropertyResolverUtils. updateProperty(PropertyResolver resolver, String name, boolean value)
static Object
PropertyResolverUtils. updateProperty(PropertyResolver resolver, String name, int value)
static Object
PropertyResolverUtils. updateProperty(PropertyResolver resolver, String name, long value)
static Object
PropertyResolverUtils. updateProperty(PropertyResolver resolver, String name, Object value)
-
Uses of PropertyResolver in org.apache.sshd.common.channel
Subinterfaces of PropertyResolver in org.apache.sshd.common.channel Modifier and Type Interface Description interface
Channel
Represents 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 PropertyResolver Modifier and Type Class Description class
AbstractChannel
Provides common client/server channel functionalityMethods in org.apache.sshd.common.channel that return PropertyResolver Modifier and Type Method Description PropertyResolver
AbstractChannel. getParentPropertyResolver()
Methods in org.apache.sshd.common.channel with parameters of type PropertyResolver Modifier and Type Method Description void
Window. init(long size, long packetSize, PropertyResolver resolver)
void
Window. init(PropertyResolver resolver)
Constructors in org.apache.sshd.common.channel with parameters of type PropertyResolver Constructor Description ChannelPipedInputStream(PropertyResolver resolver, Window localWindow)
-
Uses of PropertyResolver in org.apache.sshd.common.config
Methods in org.apache.sshd.common.config with parameters of type PropertyResolver Modifier and Type Method Description static <M extends AbstractFactoryManager>
MSshConfigFileReader. configure(M manager, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)
Configures anAbstractFactoryManager
with 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 knownCompressionConfigValue
s.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.ParseResult
SshConfigFileReader. getCiphers(PropertyResolver props)
static CompressionFactory
SshConfigFileReader. getCompression(PropertyResolver props)
static BuiltinDHFactories.ParseResult
SshConfigFileReader. getKexFactories(PropertyResolver props)
static BuiltinMacs.ParseResult
SshConfigFileReader. getMacs(PropertyResolver props)
static BuiltinSignatures.ParseResult
SshConfigFileReader. getSignatures(PropertyResolver props)
-
Uses of PropertyResolver in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement PropertyResolver Modifier and Type Class Description class
TcpipClientChannel
TODO Add javadoc -
Uses of PropertyResolver in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement PropertyResolver Modifier and Type Class Description class
AbstractFactoryManager
Methods in org.apache.sshd.common.helpers that return PropertyResolver Modifier and Type Method Description PropertyResolver
AbstractFactoryManager. getParentPropertyResolver()
Methods in org.apache.sshd.common.helpers with parameters of type PropertyResolver Modifier and Type Method Description void
AbstractFactoryManager. setParentPropertyResolver(PropertyResolver parent)
-
Uses of PropertyResolver in org.apache.sshd.common.session
Subinterfaces of PropertyResolver in org.apache.sshd.common.session Modifier and Type Interface Description interface
ConnectionService
Interface implementing ssh-connection service.interface
Session
Represents an SSH session.interface
SessionContext
A "succinct" summary of the most important attributes of an SSH sessioninterface
SessionHeartbeatController
-
Uses of PropertyResolver in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement PropertyResolver Modifier and Type Class Description class
AbstractConnectionService
Base implementation of ConnectionService.class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smallerMethods in org.apache.sshd.common.session.helpers that return PropertyResolver Modifier and Type Method Description PropertyResolver
SessionHelper. getParentPropertyResolver()
-
Uses of PropertyResolver in org.apache.sshd.common.subsystem.sftp
Methods in org.apache.sshd.common.subsystem.sftp with parameters of type PropertyResolver Modifier and Type Method Description static Boolean
SftpHelper. indicateEndOfNamesList(Buffer buffer, int version, PropertyResolver resolver)
Appends the end-of-list=TRUE
indicator forSSH_FXP_NAME
responses, provided the version is at least 6 and the feature is enabledstatic Boolean
SftpHelper. indicateEndOfNamesList(Buffer buffer, int version, PropertyResolver resolver, boolean indicatorValue)
Appends the end-of-list indicator forSSH_FXP_NAME
responses, provided the version is at least 6, the feature is enabled and the indicator value is notnull
-
Uses of PropertyResolver in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer with parameters of type PropertyResolver Modifier and Type Method Description void
Buffer. dumpHex(SimplifiedLog logger, String prefix, PropertyResolver resolver)
void
Buffer. dumpHex(SimplifiedLog logger, Level level, String prefix, PropertyResolver resolver)
static void
BufferUtils. dumpHex(SimplifiedLog logger, Level level, String prefix, PropertyResolver resolver, char sep, byte... data)
static void
BufferUtils. 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
Constructors in org.apache.sshd.common.util.io with parameters of type PropertyResolver Constructor Description LoggingFilterOutputStream(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.security Modifier and Type Interface Description interface
SecurityProviderRegistrar
Classes in org.apache.sshd.common.util.security that implement PropertyResolver Modifier and Type Class Description class
AbstractSecurityProviderRegistrar
Methods in org.apache.sshd.common.util.security that return PropertyResolver Modifier and Type Method Description default PropertyResolver
SecurityProviderRegistrar. getParentPropertyResolver()
Methods in org.apache.sshd.common.util.security with parameters of type PropertyResolver Modifier and Type Method Description static boolean
SecurityProviderRegistrar. 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 Modifier and Type Class Description class
BouncyCastleSecurityProviderRegistrar
-
Uses of PropertyResolver in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement PropertyResolver Modifier and Type Class Description class
EdDSASecurityProviderRegistrar
-
Uses of PropertyResolver in org.apache.sshd.server
Subinterfaces of PropertyResolver in org.apache.sshd.server Modifier and Type Interface Description interface
ServerFactoryManager
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement PropertyResolver Modifier and Type Class Description class
SshServer
The 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.channel Modifier and Type Interface Description interface
ServerChannel
Classes in org.apache.sshd.server.channel that implement PropertyResolver Modifier and Type Class Description class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server side channel sessionConstructors in org.apache.sshd.server.channel with parameters of type PropertyResolver Constructor Description PipeDataReceiver(PropertyResolver resolver, Window localWindow)
-
Uses of PropertyResolver in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config with parameters of type PropertyResolver Modifier and Type Method Description static <S extends SshServer>
SSshServerConfigFileReader. configure(S server, PropertyResolver props, boolean lenient, boolean ignoreUnsupported)
static AgentForwardingFilter
SshServerConfigFileReader. resolveAgentForwardingFilter(PropertyResolver options)
static Object
SshServerConfigFileReader. resolveBanner(PropertyResolver options)
static ForwardingFilter
SshServerConfigFileReader. resolveServerForwarding(PropertyResolver options)
static TcpForwardingFilter
SshServerConfigFileReader. resolveTcpForwardingFilter(PropertyResolver options)
static X11ForwardingFilter
SshServerConfigFileReader. 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 Modifier and Type Class Description class
TcpipServerChannel
TODO Add javadoc -
Uses of PropertyResolver in org.apache.sshd.server.session
Subinterfaces of PropertyResolver in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement PropertyResolver Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerConnectionService
Server sidessh-connection
service.class
ServerSessionImpl
The default implementation for aServerSession
class
ServerUserAuthService
-
Uses of PropertyResolver in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement PropertyResolver Modifier and Type Class Description class
ChannelForwardedX11
-